1.0.0 • Published 5 years ago

patchwork-pattern v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Patchwork Pattern

NPM npm version license-isc

Install

npm install patchwork-pattern --save

Usage

import PatchworkPattern from 'patchwork-pattern';

class myComponent extends Component {
    render() {
        const options = { size: 200, steps: 10 };
        return (
            <img src={PatchworkPattern(options)} alt="" />
        );
    }
}

Available options

OptionTypeDefault
sizeinteger500
stepsinteger10
palettes[String]see source code