editor.js/test/cypress/fixtures/test.html
Taly aafab1d395
Use Vite builder (#2300)
* vite builder initial

* save

* add displayName

* add paragraph from npm

* fix postcss apply

* remove some packages, fix tests

* Update cypress.yml

* remove logs

* remove unused packages

* update path to image

* update

* Update index.html

* Update cypress.yml

* Update cypress.yml

* Update cypress.yml

* remove displayName field

* update names

* Update index.ts

* Update index.ts

* update packages

* remove packages

* postcss preserve: true

* Update index.html

* Update editor-modules.d.ts

* use public dir for static

* Update vite.config.js

* update modules type

* Update CHANGELOG.md
2023-04-13 22:25:29 +03:00

9 lines
178 B
HTML

<!DOCTYPE html>
<html lang="en">
<body>
<!-- Load Editor.js's Core -->
<script src="./../../../dist/editorjs.umd.js"></script>
<h1>Editor.js test page</h1>
</body>
</html>