Rovak / InlineAttachment

Easily paste and upload files/images in plain textareas
http://git.razko.nl/InlineAttachment
MIT License
619 stars 77 forks source link

Why don't you submit this package to npm #80

Open sotarok opened 7 years ago

sotarok commented 7 years ago

Hi, Thank you for the great library that makes every JS application easier to handle the file uploads.

Anyway, recently there few people using bower to solve their dependencies but use npm (or yarn) directly. So could you submit this library to npm? That makes us able to describe the dependence on this library directly on package.json.

Rovak commented 7 years ago

Hi @sotarok. I'm working on it in the https://github.com/Rovak/InlineAttachment/tree/dev-3.x branch where i've rewritten the library to ES6 classes. When it's done i will add it to NPM.

sotarok commented 7 years ago

@Rovak Thank you for reply me. That is a good news for me! I can't wait for v3.

PazzaVlad commented 7 years ago

looking forward to v3 :)

tony commented 7 years ago

Indeed, please publish to npm.

Consider doing it with the current version to upload it now

Rovak commented 7 years ago

hmm will do, haven't had much time to work on v3

tony commented 7 years ago

In my personal circumstance, I vendorized the file in my own repo.

Will v3 offer a pre-built, ES5 compatible version in dist/?

Rovak commented 7 years ago

yes it will

Rovak commented 7 years ago

version 2.0.3 should be available on npm now