Skip to content

pattern with shaders and simple math to use in a webapp

Notifications You must be signed in to change notification settings

jon-grangien/violet-sine-rose

Repository files navigation

screen

Usage

import rose from 'violet-sine-rose'  

const options = {
  width: window.innerWidth,
  height: 600,
  respondToWidth: true,
}

someDomElement.appendChild(rose(options))  

Develop

yarn

Run dev server

yarn start
# localhost:8080/webpack-dev-server/bundle

Build for production

yarn build

About

pattern with shaders and simple math to use in a webapp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published