editor-js / paragraph

Paragraph Tool for Editor.js 2.0
MIT License
44 stars 125 forks source link

Migrate to TypeScript #82

Closed TatianaFomina closed 4 months ago

TatianaFomina commented 9 months ago

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.

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