dreemgl
Version:
DreemGL is an open-source multi-screen prototyping framework for mediated environments, with a visual editor and shader styling for webGL and DALi runtimes written in JavaScript. As a toolkit for gpu-accelerated multiscreen development, DreemGL includes
26 lines • 1.01 kB
JavaScript
/**
* @class markdown
* @extends view
* Markdown display class - this element can display a small subset of the "markdown" syntax. See the SUPPORTED_MARKDOWN.md file in the docviewer for supported elements.
*
* <iframe style="border:0;width:900px;height:300px" src="/apps/docs/example#path=$widgets/markdown.js"></iframe>
* <a target="blank" href="/apps/docs/example#path=$widgets/markdown.js">open example in new tab »</a>
*
*/
/**
* @attribute {Object} [body="[object Object]"]
* Body can be a single string or an array of strings - each string will be its own paragraph.
*/
/**
* @attribute {String} [align="left"]
* alignment of the bodytext.
* accepted values are "left", "right", "justify" and "center"
*/
/**
* @attribute {Number} [fontsize="14"]
* Base fontsize - heading sizes will be multiples of this value.
*/
/**
* @attribute {vec4} [fontcolor="0.125490203499794,0.125490203499794,0.125490203499794,1"]
* The color to use as the default color for this textblock.
*/