editor-js / simple-image

Simple Image Tool for Editor.js 2.0
MIT License
55 stars 64 forks source link

Add typescript support for this #72

Open OmarAmeen01 opened 2 months ago

OmarAmeen01 commented 2 months ago

This tool is lacking typescript compatibility please somebody make it typescript compatible

Koppeks commented 2 months ago

Hi, I would like to work on this issue.

neSpecc commented 2 months ago

Hi, I would like to work on this issue.

Of course

Koppeks commented 1 month ago

Hey @neSpecc, what are these 3 imports about? Objects, Strings, at the moment I made them "any" which is not optimal.

import { IconAddBorder, IconStretch, IconAddBackground } from '@codexteam/icons';

neSpecc commented 1 month ago

@Koppeks

Update @codexteam/icons to the latest version, types should work fine in there