header icon indicating copy to clipboard operation
header copied to clipboard

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

Open Schiocco opened this issue 3 years ago • 0 comments

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

Schiocco avatar Sep 04 '22 10:09 Schiocco