adonis-responsive-attachment icon indicating copy to clipboard operation
adonis-responsive-attachment copied to clipboard

Generate and persist optimised and responsive breakpoint images on the fly in your AdonisJS application.

Results 3 adonis-responsive-attachment issues
Sort by recently updated
recently updated
newest added

I have a factory like so ```typescript import Factory from '@ioc:Adonis/Lucid/Factory'; import ServiceProviderProfile from 'App/Models/ServiceProviderProfile'; import { ResponsiveAttachment } from '@ioc:Adonis/Addons/ResponsiveAttachment'; import { readFile } from 'node:fs/promises'; import { join...

Allows gif and svg to be uploaded without being converted by sharp for breakpoints and thumbnails. I'm running this on several projects with no problems.

First of all, thank you for your work, it is a great addon! Would it be possible to have the possibility of attaching any document even if they are not...