Skip to content

paint-js is the final project for cs498 group 3. It is a simple painting tool built in HTML, CSS, and Javascript, made cross-platform compatible by Electron.

Notifications You must be signed in to change notification settings

epheat/paint-js

Repository files navigation

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.

About

paint-js is the final project for cs498 group 3. It is a simple painting tool built in HTML, CSS, and Javascript, made cross-platform compatible by Electron.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published