1.0.0 • Published 7 months ago

canvas-draw-component v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

canvas-draw

A highly customizable canvas draw package built in react.

Installation

Use the package manager npm to install canvas-draw.

npm install canvas-draw

or using yarn

yarn add canvas-draw

Usage

import CanvasDraw from "canvas-draw";

const MyComponent = () => {

return (
    <CanvasDraw {...props}/>
  );
};

export default MyComponent;

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Keywords

drawing canvas