1.0.6 • Published 4 years ago

nori-artist v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

NoriArtist

import {Artist} from 'nori-artist'

const div = document.getElementById('id');
const options = {
        width: 500,
        height: 500,
        sizeValue:'px',
        bg: '#FFFFFF',
        lineColor: '#FFFFFF',
        lineWidth: 1,
        cursor: 'default',
        borderWidth: 1,
        borderColor: '#FFFFFF',
        borderStyle: 'solid'
}

const artist = new Artist(div, options);
1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago