Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 255 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 255 Bytes

@inabagumi/next-images

Images plugin for Next.js.

Usage

// next.config.js
const withImages = require('@inabagumi/next-images');

module.exports = withImages({
  svgrOptions: {
    svgo: false
  }
})

License

MIT