1.0.3 • Published 5 years ago

mondrianerator v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Mondrianerator

Deterministically generated SVGs in the style of Piet Mondrian.

Live demo

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).

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

7 years ago

1.0.0

7 years ago