Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 339 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 339 Bytes

fabric-image-editor

A simple image editor app created with Fabric.js v6 and React.

How to run this project?

Clone the repository and install dependencies:

npm install
# --- or ---
yarn

Start the React development server:

npm start
#--- or ---
yarn start

License

MIT