line-share
v1.0.8
Published
line share url
Downloads
22
Readme
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"/>
Installation
npm install line-share -D
And then import it:
import lineShare from "line-share";
const line = new lineShare();
/* fill in share url */
line.share("https://github.com/MikeCheng1208/");