Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 956 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 956 Bytes

Paint.js

Paint.js is a simple image-editing tool built in HTML, CSS, Javascript, and frameworks Vue.js & Bootstrap, made cross-platform compatible by Electron. It has the capability to mark up existing images with text and brushes, or create original works through the use of various tools.

Paint.js Preview

Authors

Paint.js is the final project for CS498 Group 3:

  • Evan Heaton
  • Bertil Johnson
  • Corey Kirkpatrick
  • Garrett Kearns

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# if you get an error at this point about improper versioning of vue and vue-template-compiler, try this command
npm install vue-template-compiler@2.2.5

# build electron app for production
npm run build

# run webpack in production
npm run pack

More information can be found here.