Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixteencolors/js-textmode-editor
A javascript and canvas based editor for drawing textmode based artwork (ansi, ascii, bin, xbin, adf, idf, tundra, avatar, pcboard)
https://github.com/sixteencolors/js-textmode-editor
Last synced: 3 days ago
JSON representation
A javascript and canvas based editor for drawing textmode based artwork (ansi, ascii, bin, xbin, adf, idf, tundra, avatar, pcboard)
- Host: GitHub
- URL: https://github.com/sixteencolors/js-textmode-editor
- Owner: sixteencolors
- Created: 2011-08-10T19:07:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T17:57:21.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:10:43.653Z (3 months ago)
- Language: JavaScript
- Homepage: http://draw.sixteencolors.net
- Size: 813 KB
- Stars: 74
- Watchers: 13
- Forks: 7
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
BUILDING THE PROJECT
====================### Prerequisites
* Perl
* Path::Class
* File::Copy::Recursive
* Template
* CoffeeScript
* Handlebars ( $ npm install handlebars -g )### Optional Dependencies
* Plack (to run a local server)
* HTML::Packer (minify HTML)
* JavaScript::Packer (minify JavaScript)
* CSS::Packer (minify CSS)Generate the project
--------------------./build
Run the built-in server
--------------------./build server
Point your browser to http://localhost:1337/index.html