@11ty/eleventy-plugin-img

1.0.0-beta.1 • Public • Published

eleventy-plugins-img

A plugin to perform runtime image transformations.

Installation

Available on npm.

npm install @11ty/eleventy-plugin-img --save-dev

Open up your Eleventy config file (probably .eleventy.js) and use addPlugin:

const pluginImg = require("@11ty/eleventy-plugin-img");
module.exports = function(eleventyConfig) {
  eleventyConfig.addPlugin(pluginImg);
};

Read more about Eleventy plugins.

Usage

Not yet.

Package Sidebar

Install

npm i @11ty/eleventy-plugin-img

Weekly Downloads

1

Version

1.0.0-beta.1

License

MIT

Unpacked Size

7.72 kB

Total Files

5

Last publish

Collaborators

  • zachleat