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
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
The problem is that for obvious reasons this error happen:
Uncaught ReferenceError: Header is not defined