Package Exports
- @luxdamore/nuxt-canvas-sketch
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@luxdamore/nuxt-canvas-sketch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🎉 Generative art with Nuxt-Canvas-Sketch
Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module to make it easy to do.
Installation
# Deps
npm install --save @luxdamore/nuxt-canvas-sketch
# Add it into your modules
{
modules: [ '@luxdamore/nuxt-canvas-sketch' ],
}
Usage
Check the example folder and take a look at the page-*.vue
for some examples.
Every page correspond to an example in the website of this library.
Inspired by
beta: Transformed canvas-sketch in a nuxt-module. All my thanks goes to Matt DesLauriers for this beautiful and easy to use libraries.
TODO
- Publish the library in npm;
- Documentation;
- More examples.