editor-js / header

Header Tool for Editor.js 2.0
MIT License
95 stars 122 forks source link

Missing docs about how to initiate the component via manual script loading #83

Open Schiocco opened 1 year ago

Schiocco commented 1 year ago

Hi

On you docs you show that you just need to load the JS script

<sript src="https://cdn.jsdelivr.net/npm/@editorjs/header@latest"></sript> Then in Editor JS enter

 tools: {
            header: Header,
 }

The problem is that for obvious reasons this error happen: Uncaught ReferenceError: Header is not defined