imagekit-developer / imagekit-javascript

Javascript SDK for using ImageKit.io
https://imagekit.io
77 stars 26 forks source link

Remove path dependency #11

Closed violetviolinist closed 4 years ago

violetviolinist commented 4 years ago

This package no longer requires path module, which was producing webpack error in the browser while running Angular SDK on Angular 9. path import has been replaced by a local util module (replica of original path functions)