Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 504 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 504 Bytes

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/");