activator-oce-exporter
Version:
Extract Activator binder and convert it to valid OCE mono pacakge
25 lines (22 loc) • 807 B
HTML
<html class="mo-is-edit"><head>
<base href="http://localhost:5000/shared/">
<meta charset="utf-8">
<title>Component Demo</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link href="./dist/main.css" rel="stylesheet">
<!-- load the webcomponents loader, which injects the necessary polyfill bundle -->
<script src="./lib/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
</head>
<body>
<article class="slide monarch-editor">
<div>
<div>
<fusion-paint id="paint" width="400" height="50"></fusion-paint>
</div>
</div>
</article>
<script src="./dist/main.js"></script>
<script>
Fusion.toggleState('PaintTool-paint');
</script>
</body></html>