sd-canvas-editor/index.html

22 lines
398 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script async src="js/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"polotno": "./js/polotno.bundle.js"
}
}
</script>
<script type="esms-options">
{
"noLoadEventRetriggers": true
}
</script>
</head>
<body>
</body>
</html>