UNPKG
fabric-canvas
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
Web Component wrapper of fabric.js
github.com/niiyeboah/fabric-canvas
niiyeboah/fabric-canvas
fabric-canvas
/
demo
/
fabric-canvas-demo.js
12 lines
(10 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
window
.
FabricCanvasDemo
=
superClass
=>
{
return
class
extends
superClass {
static
get
properties
() {
return
{}; } }; };
window
.
addEventListener
(
'WebComponentsReady'
,
() =>
{
document
.
body
.
removeAttribute
(
'unresolved'
); });