UNPKG

@serverless-stack/nextjs-lambda

Version:

Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge

14 lines (11 loc) 311 B
'use strict'; const Sharp = require('./constructor'); require('./input')(Sharp); require('./resize')(Sharp); require('./composite')(Sharp); require('./operation')(Sharp); require('./colour')(Sharp); require('./channel')(Sharp); require('./output')(Sharp); require('./utility')(Sharp); module.exports = Sharp;