UNPKG

adonis-responsive-attachment

Version:

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

15 lines (14 loc) 400 B
/// <reference path="../../adonis-typings/index.d.ts" /> import type { ResponsiveAttachmentDecorator } from '@ioc:Adonis/Addons/ResponsiveAttachment'; /** * Default breakpoint options */ export declare const DEFAULT_BREAKPOINTS: { large: number; medium: number; small: number; }; /** * Attachment decorator */ export declare const responsiveAttachment: ResponsiveAttachmentDecorator;