You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/brace/example
Matthew Butterick 3f36e2ce2c porting 7 years ago
..
.npmignore porting 7 years ago
README.md porting 7 years ago
build.js porting 7 years ago
coffee-editor.js porting 7 years ago
css-editor.js porting 7 years ago
index.css porting 7 years ago
index.html porting 7 years ago
javascript-editor.js porting 7 years ago
json-editor.js porting 7 years ago
lua-editor.js porting 7 years ago
package.json porting 7 years ago

README.md

brace example

Please investigate the following to understand how to use brace:

  • the page itself containing <div> place holders for the editors: index.html
  • styles to position the editors: index.css
  • the browserify build script: build.js
  • the editor initialization scripts: coffee-editor.js, javascript-editor.js, json-editor.js, lua-editor.js and css-editor.js (currently not used)