michaeldzjap / react-signature-pad-wrapper

A React wrapper for signature pad
MIT License
195 stars 27 forks source link

Should we move throttle-debounce to dependencies? #60

Closed phthhieu closed 4 months ago

phthhieu commented 5 months ago

As throttle-debounce is used in production code https://github.com/michaeldzjap/react-signature-pad-wrapper/tree/8d362f5dfb550edbc119137515b0ab1d628ffda8/src/SignaturePad.tsx, should we move it to dependencies instead of devDependencies https://github.com/michaeldzjap/react-signature-pad-wrapper/blob/8d362f5dfb550edbc119137515b0ab1d628ffda8/package.json#L70

michaeldzjap commented 5 months ago

Yes, would be better to move it to dependencies.

michaeldzjap commented 4 months ago

Moved in new release