posterjs

0.1.0 • Public • Published

HTML5 canvas based code editor.
See http://jdfreder.github.io/poster/

Install

First install node.js. Then install Poster:

npm install posterjs

Use (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 poster

Install node.js and then install the other dependencies:

npm install

Now you can build Poster:

gulp

The compiled output will be written to the build directory.

/posterjs/

    Package Sidebar

    Install

    npm i posterjs

    Weekly Downloads

    3

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • jdfreder