0.0.2 • Published 3 years ago

grided v0.0.2

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

ps

Include canvas.js in your .html file, and it will bootstrap a canvas and accompanying update() and draw() functions. It is left to the developer to only add a customUpdate() and customDraw() methods to have realtime (potentially interactive) visualization in a webpage. See index.html for an example of how to include ps.js and how to add the custom methods.

You can include canvas.js from rawgit.com via https://cdn.jsdelivr.net/npm/grided/canvas.js