Skip to content

Pixel art maker for CS 152 @ SJSU

Notifications You must be signed in to change notification settings

ninaw04/PixelArt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

PixelArt

Pixel art maker for CS 152 @ SJSU

Setup

npm install

Run

npm start

If you encounter this error when trying to run: "Error: error:0308010C:digital envelope routines::unsupported"

Follow the steps in order:

For WLS:

export NODE_OPTIONS=--openssl-legacy-provider

For Windows Command Prompt:

set NODE_OPTIONS=--openssl-legacy-provider
npm start

Make sure you are on Node version 18.17.0 or higher.

nvm install 18.17.0
nvm use 18.17.0

About

Pixel art maker for CS 152 @ SJSU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.1%
  • HTML 27.8%
  • CSS 3.1%