aniftyco / kubit

Full stack web framework for Node.js

Home Page:https://kubitjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1st party package: Attachment

joshmanders opened this issue · comments

While building Makerlog I have ran into a need for the official Adonis Attachment-Lite package and it looks great, but it's missing some features that I'd like but doesn't seem to be possible without an overhaul and I'm not entirely sure if they're game for that.

While looking into alternatives I did find Responsive Attachment which is a fork of Attachment Lite that adds generating responsive image sizes, which is cool, but also limits the type of attachments that can be used to just images.

The Attachment Advanced package seems to support generating variants and previews for all file types, which is better, but is missing a key feature I still need...

Added features

Multiple Attachments

Not only would it be nice to generate responsive variants and previews of the attachments, at least in Makerlog's case we'll need to support not just a single attachment per record, but potentially multiple attachments of varying types.