react-color-wander

Live Demo
You can view the algorithm in real-time here:
https://sonaye.github.io/react-color-wander
In Chrome, you can right-click the canvas an "Save As" to get the full resolution.
Output
Here are a few examples.






Installation
yarn add react-color-wander
Usage
; <Art ref= thisart = ref map= palette='red,' 'green' 'blue' // seed="259022" // height={600} // default = innerHeight // width={800} // default = innerWidth/>; // to start drawingthisart; // to stop drawingthisart; // to get drawing dataURL (image/png)thisartdata; // to get some metadatathisart; // to get a ref. to the canvasthisart;
Example
Available here.