Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

App

This directory contains the JavaScript code for the application itself (as opposed to the website that hosts it).

For the most part, the application itself is separable from the website instance (meaning that it could, in theory, be embedded in another web-page). The exceptions to this are the resources folder, and the export-tree.php script.

Scripts

./app/scripts.html

All the scripts for the app, imported in the right order.

./app/external_libs

External libraries required by Syntree.

Workspace Container

./app/workspace-div.html

This html file is the markup on which the app hangs. All the JavaScript classes and objects rely on this markup. It contains things like the SVG element, the <canvas> used for image exporting, and many of the modals.