a-late.js

total 0
used 0
limit 0
/* title: A Fancy title, with _formatting_. files: stage point tags: example another beta alpha category: emitter --- A very long description. A stage will adapt to its global size. #playspace { height: 100%; width: 100%; border: solid 1px; } When resizing the page, the `canvas` element dimensions will change. The Stage will adapt after the resize event. An example of creating basic interactive controls. For these examples the page utilises "Petite Vue" for minimal HTML templating The function `addControl` emits an event for the _mini app_ to collect */
Run
Meta Data
title A Fancy title, with _formatting_.
imports ()
files ('stage', 'point')
unused_keys ()
unknown_keys ('category', 'tags')
category ['emitter']
tags ['example', 'another', 'beta', 'alpha']
filepath_exists True
path a-late.js
filepath a-late.js
clean_files ('../point_src/stage-resize.js', '../point_src/functions/resolve.js', '../point_src/stage.js', '../point_src/pointpen.js', '../point_src/compass.js', '../point_src/center.js', '../point_src/point-content.js', '../point_src/pointdraw.js', '../point_src/relative-xy.js', '../point_src/pointcast.js', '../point_src/point.js')
markdown {'html': '<p>A very long description. A stage will adapt to its global size.</p>\n<pre><code>#playspace {\n height: 100%;\n width: 100%;\n border: solid 1px;\n}\n</code></pre>\n<p>When resizing the page, the <code>canvas</code> element dimensions will change.\nThe Stage will adapt after the resize event.\nAn example of creating basic interactive controls. For these examples the page\nutilises "Petite Vue" for minimal HTML templating</p>\n<p>The function <code>addControl</code> emits an event for the <em>mini app</em> to collect</p>', 'content': 'title: A Fancy title, with _formatting_.\nfiles:\n stage\n point\ntags: example\n another\n beta\n alpha\ncategory: emitter\n---\n\nA very long description. A stage will adapt to its global size.\n\n #playspace {\n height: 100%;\n width: 100%;\n border: solid 1px;\n }\n\nWhen resizing the page, the `canvas` element dimensions will change.\nThe Stage will adapt after the resize event.\nAn example of creating basic interactive controls. For these examples the page\nutilises "Petite Vue" for minimal HTML templating\n\nThe function `addControl` emits an event for the _mini app_ to collect'}