A tool to render different background in specific part of a page, background code are from codepen.io or other website
A tool to render different backgrounds, background code are from website like codepen.io
this repository is abandoned , do not use it
When you found an amazing css effect on website like codepen.io, but it’s in seperate files(html, javascript, css), you cannot use it in your project immediately,and here I offer a solution:
// install it in your project
npm install @digvan/background
// in you project,'canvas-id' is canvas element id, 'dynamicParticle' is from a effect list below
import background from "@digvan/background"
background('canvas-id').render('dynamicParticle')