24 lines
570 B
JSON
24 lines
570 B
JSON
{
|
|
"*page": {
|
|
"prefix": "*page",
|
|
"body": [
|
|
"<!DOCTYPE html>",
|
|
"<html lang=\"en\">",
|
|
" <head>",
|
|
" <title>Index</title>",
|
|
" <script type=\"module\">",
|
|
" import * as quill from './Quill/quill.js';",
|
|
" window.quill = {};",
|
|
" Object.entries(quill).forEach(([name, exported]) => window[name] = exported);",
|
|
" </script>",
|
|
" <script type=\"module\" src=\"index.js\"></script>",
|
|
" </head>",
|
|
" <body>",
|
|
"",
|
|
"",
|
|
" </body>",
|
|
"</html>"
|
|
],
|
|
"description": "Use the DOM collection of functions"
|
|
}
|
|
} |