stage-only.js

total 0
used 0
limit 0
/* title: Just a Stagr categories: minimal files: head ../point_src/stage.js --- The minimal requirements include the _head_ and _stage_. */ class MainStage extends Stage { canvas = 'playspace' mounted() { } draw(ctx){ this.clear(ctx) // this.points.pen.rect(ctx,{width: 4, color: '#444'}) } } stage = MainStage.go(/*{ loop: true }*/)
Run
Meta Data
title Just a Stagr
imports ()
files ('head', '../point_src/stage.js')
unused_keys ()
unknown_keys ('categories',)
categories ['minimal']
filepath_exists True
path stage-only.js
filepath stage-only.js
clean_files ('../point_src/core/head.js', '../point_src/functions/resolve.js', '../point_src/stage.js')
markdown {'html': '<p>The minimal requirements include the <em>head</em> and <em>stage</em>.</p>', 'content': 'title: Just a Stagr\ncategories: minimal\nfiles:\n head\n ../point_src/stage.js\n---\n\nThe minimal requirements include the _head_ and _stage_.'}