marker icon indicating copy to clipboard operation
marker copied to clipboard

Migrate to TypeScript

Open TatianaFomina opened this issue 2 years ago • 2 comments

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. 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

TatianaFomina avatar Jan 14 '24 15:01 TatianaFomina

Assigned to @jkugsiya

neSpecc avatar Jan 14 '24 16:01 neSpecc