posterjs
v0.1.0
Published
HTML5 Canvas powered code editor.
Readme
HTML5 canvas based code editor.
See http://jdfreder.github.io/poster/
Install
First install node.js. Then install Poster:
npm install posterjsUse (via HTML)
Loading additional languages
TODO
Use (via node.js)
TODO
Use (via TypeScript)
TODO
Build
Runtime Poster doesn't depend on any libraries, prism.js is built into it for syntax highlighting. Building Poster is simple. First (fork&)clone this repository:
git clone https://github.com/jdfreder/poster.git
cd posterInstall node.js and then install the other dependencies:
npm installNow you can build Poster:
gulpThe compiled output will be written to the build directory.
