@lightningjs/core
Advanced tools
Changelog
v2.1.2
Changelog
v2.1.1
static _template(instance) {
return { w: instance.size, h: instance.size };
}
_construct() {
this.size = 50;
}
</details>
Changelog
v2.0.0 (Carbon)
wpe-lightning
package migrates to @lightningjs/core
Logs from Lightning have now [Lightning]
prefix (#245)
Added property bindings for Lightning templates via bindProp
method (see examples/property-bindings
) (#251)
{text: {text: 'hello', textIndent: 200}}
</details>
c2d
renderer (#246)Changelog
v1.8.0