Created VSCode Extension, some updates from LinkedLives in the field
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Index</title>
|
||||
<script type="module">
|
||||
import * as quill from 'quill.js';
|
||||
window.quill = {};
|
||||
Object.entries(quill).forEach(([name, exported]) => window.quill[name] = exported);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user