Skip to content

Commit 9891fff

Browse files
authored
Merge pull request #150 from StorytellerCZ/feature/line
Add LINE
2 parents e841b99 + 5d4a7c9 commit 9891fff

File tree

8 files changed

+45
-6
lines changed

8 files changed

+45
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ navigator.share({
126126
telegram: true,
127127
skype: true,
128128
pinterest: true,
129+
line: true,
129130
language: 'pt' // specify the default language
130131
}
131132
)

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
telegram: true,
7171
skype: true,
7272
pinterest: true,
73+
line: true,
7374
language: 'pt'
7475
})
7576
.then( _ => console.log('Yay, you shared it :)'))

dist/share-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/share.js

Lines changed: 28 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/icons/PNG/line.png

21.7 KB
Loading

src/icons/SVG/line.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/tinified-png/line.png

7.34 KB
Loading

0 commit comments

Comments
 (0)