@yuheiy/lake.js
v0.0.2
Published
The library is a rewrite of lake.js.
Downloads
1
Readme
Lake.js
The library is a rewrite of lake.js.
Install
npm i -S @yuheiy/lake.js
Usage
const lake = require('@yuheiy/lake.js')
const canvas = lake('path/to/image', {
speed: 1,
scale: 0.5,
waves: 10,
})
document.body.appendChild(canvas)
License
MIT