react-nox-paint
v1.1.5
Published
paint component built using react konva
Downloads
9
Readme
paint
paint component built using react konva
Install
npm install --save paint
Usage
import React, { Component } from 'react'
import MyComponent from 'paint'
import 'paint/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © NoxCoimbra