mondrianerator
v1.0.3
Published
Deterministically generated SVGs in the style of Piet Mondrian
Downloads
8
Readme
Mondrianerator
Deterministically generated SVGs in the style of Piet Mondrian.
Usage
const Mondrianerate = require('Mondrianerator');
// OR
import Mondrianerate from 'Mondrianerator';
// etc
const mount = document.createElementNS('http://www.w3.org/2000/svg', 'svg');
const seed = +new Date;
Mondrianerate({mount, seed});
Licensed under the MIT license (see LICENSE.MD for full text).