BigPicture Editor is a notepad, in which you can pan and zoom infinitely many times.
This desktop application is based on bigpicture.js.
Here you can get Windows package : BigPictureEditor_1.00.zip
To clone and run this repository you'll need Git and Node.js installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/josephernest/bigpicture-editor && cd bigpicture-editor
# Install dependencies and run the app
npm install && npm start
# Package as a standalone executable file
# (This requires to install electron-packager first)
npm install electron-packager -g
electron-packager . --platform=win32 --arch=ia32 --icon=bigpicture.ico
Author : Joseph Ernest (@JosephErnest)
MIT license
