webtoon / psd

Fast zero-dependency PSD parser for the web and Node.js
https://webtoon.github.io/psd
MIT License
1.21k stars 55 forks source link

chore(benchmark): Use @types/psd instead of custom typings for PSD.js #94

Open pastelmind opened 1 year ago

pastelmind commented 1 year ago

@types/psd was published on 2023-07-06. This replaces our hand-written type definitions for PSD.js.

This should cut down on the linter warnings during CI.