Skip to content

Commit

Permalink
Merge pull request #150 from StorytellerCZ/feature/line
Browse files Browse the repository at this point in the history
Add LINE
  • Loading branch information
rsip22 authored Oct 10, 2022
2 parents e841b99 + 5d4a7c9 commit 9891fff
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ navigator.share({
telegram: true,
skype: true,
pinterest: true,
line: true,
language: 'pt' // specify the default language
}
)
Expand Down
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
telegram: true,
skype: true,
pinterest: true,
line: true,
language: 'pt'
})
.then( _ => console.log('Yay, you shared it :)'))
Expand Down
2 changes: 1 addition & 1 deletion dist/share-min.js

Large diffs are not rendered by default.

31 changes: 28 additions & 3 deletions dist/share.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/icons/PNG/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/SVG/line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icons/tinified-png/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9891fff

Please sign in to comment.