editor-js / header

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

Migrate to TypeScript #106

Closed neSpecc closed 3 weeks ago

neSpecc commented 5 months ago

Problem

  1. 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.
  2. When using in TypeScript projects there is a problem with lack of type declarations. See https://github.com/codex-team/editor.js/issues/2143

Task

We need to migrate this project to TypeScript and provide type declarations

neSpecc commented 4 weeks ago

@dependentmadani will try to resolve it

neSpecc commented 3 weeks ago

Resolved by #108 thanks to @dependentmadani