editor-js / quote

Quote Tool for Editor.js 2.0
MIT License
40 stars 63 forks source link

Migrate to TypeScript #65

Closed neSpecc closed 3 months 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