marker
marker copied to clipboard
Migrate to TypeScript
Problem
- This tool was built in JavaScript to be a simplest example of Editor.js Tools API usage. Right now further enhancements requires more modern stack.
- Importing this package in TS project leads a TS error: https://github.com/codex-team/editor.js/issues/2143
Task
We need to migrate this project to TypeScript and provide type declarations. Make sure types for the plugin are available when using it in Typescript project with Editor.js
Assigned to @jkugsiya