UNPKG

@jrmc/adonis-attachment

Version:

Turn any field on your Lucid model to an attachment data type

7 lines (6 loc) 198 B
import { encode } from 'blurhash'; export default { async encode(pixels, width, height, componentX, componentY) { return encode(pixels, width, height, componentX, componentY); }, };