1.0.0 • Published 3 years ago

@forestlightelf/dot-line-animation-react v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

dot-line-Animation

:star2: Demo

npm.io

:package: Install

​ You can simply get it by yarn or download the source code and build it by yourself.

# yarn
yarn add @forestlightelf/dot-line-animation-react
# build it your self(you shold know something about rollup and typescript)
yarn build

:book: Usage

import {DotLineAnimation}from '@forestlightelf/fish-animation'
const App=(props)=>{
    return (
        <>
        <DotLineAnimation area={40000}><DotLineAnimation/>#area default is 40000,it is optional.
        </>
    );
}

:heavy_plus_sign: More

​ You can learn more from the source code.

:handshake: Contributing

​ If you love this project, thanks to buy me a coffee (or more likely a beer)!

npm.io