Skip to content

MikeCheng1208/line-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Line Share

meta

<meta property="og:title" content="title"/>
<meta property="og:description" content="description"/>
<meta property="og:url" content="share url"/>
<meta property="og:image" content="share images"/>

NPM: https://www.npmjs.com/package/line-share

Installation

npm install line-share -S

And then import it:

import lineShare from "line-share";
const line = new lineShare();

/* fill in share url */
line.share("https://github.com/MikeCheng1208/");

Releases

No releases published

Packages

No packages published