A rewrite of the HTML Canvas Graphics creator called Designer from the MenuMaApp Manage application. The goal is to make the feature a standalone Electron application.
The application was inspired by the simplicity of Inkscape.
Dependencies:
- Electron & Electron Builder
- Fabric.js
- Bootstrap
- Node.js (LTS)
- Clone the repository.
git clone https://github.com/alexxGmZ/reDesign
cd reDesign/
- Install Node.js (LTS).
- Install dependencies and yarn.
npm install
npm install -g yarn
- Build which platform you are in.
# linux (AppImage)
yarn run linux
# windows (portable)
yarn run win