Skip to content

An React SPA Editor for simple paint functionality, based on fabricjs with HTML Canvas rendering

License

Notifications You must be signed in to change notification settings

alpseroglu/editor-app

 
 

Repository files navigation

Editor App

This is a simple SPA that can edit graphs, made of React and fabricjs

image

Essential Tools

Typescript and Next.js framework are used.

  • yarn - ^1.22.0
  • node - ^16.17.1

To install yarn, please run:

npm install --global yarn
yarn use classic # switch to 1.x version

Getting Started

yarn     # installation
yarn dev # run in dev environment locally

Open http://localhost:3000 with your browser to see the result.

Unit Test

yarn test

Linting and Formatting

Tools used in editing mode are specified in .vscode/setting.json

Primary linting tool is Eslint, with @typescript-eslint plugin

Project Planning

image

About

An React SPA Editor for simple paint functionality, based on fabricjs with HTML Canvas rendering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.0%
  • SCSS 11.0%
  • JavaScript 4.0%