Socket
Book a DemoInstallSign in
Socket

@11ty/eleventy-plugin-img

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@11ty/eleventy-plugin-img

A plugin to perform runtime image transformations.

latest
Source
npmnpm
Version
1.0.0-beta.1
Version published
Maintainers
1
Created
Source

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.

Keywords

eleventy

FAQs

Package last updated on 25 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts