Skip to content

Commit

Permalink
Merge pull request #34 from line/stp-message-compressed-img
Browse files Browse the repository at this point in the history
Fix for ShareTargetPicker message assets
  • Loading branch information
kazuma0129 authored Oct 17, 2024
2 parents 6365d1a + 2776191 commit de05ba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added public/assets/stp_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/stp_image.png
Binary file not shown.
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ export const SHARE_TARGET_PICKER_FIXED_ARGUMENT_LIST = [
label: 'image',
value: {
type: 'image',
originalContentUrl: `${base}/assets/stp_image.png`,
previewImageUrl: `${base}/assets/stp_image.png`,
originalContentUrl: `${base}/assets/stp_image.jpg`,
previewImageUrl: `${base}/assets/stp_image.jpg`,
},
},
{
label: 'video',
value: {
type: 'video',
originalContentUrl: `${base}/assets/stp_video.mp4`,
previewImageUrl: `${base}/assets/stp_video.mp4`,
previewImageUrl: `${base}/assets/stp_image.jpg`,
trackingId: 'track-id',
},
},
Expand Down

1 comment on commit de05ba8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.