line-share

1.0.8 • Public • Published

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

/line-share/

    Package Sidebar

    Install

    npm i line-share

    Weekly Downloads

    1

    Version

    1.0.8

    License

    ISC

    Unpacked Size

    1.68 kB

    Total Files

    3

    Last publish

    Collaborators

    • mikecheng1208