eleventy-plugin-local-images
eleventy-plugin-local-images copied to clipboard
An Eleventy plugin to grab remote assets and deploy them locally
Would it be possible to push the version supporting multiple selectors and attributes (https://github.com/robb0wen/eleventy-plugin-local-images/commit/1131f4caa08459eb2b008e56a3cd5642eade73cb) to npm? I'm building an Eleventy website with WordPress as headless CMS and WP is returning...
`file-type` seems to have changed their API - current master branch shows this error: ``` [0] TypeError: fileType is not a function [0] at getFileType (/Users/birkhoff/dev/11ty/third_party/eleventy-plugin-local-images/.eleventy.js:34:16) [0] at processImageAttr (/Users/birkhoff/dev/11ty/third_party/eleventy-plugin-local-images/.eleventy.js:86:26)...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [file-type](https://github.com/sindresorhus/file-type) from 12.0.1 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.1.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
- Set _distPath_ to _images_ or _src/images (wherever you want to permanently store the images) - Add option `useExisting: true` when adding the plugin The plugin will use an existing...
Thanks for creating this. Do you have a sample of this plugin installed? I have followed the instructions but I don't get it to work. ` const axios = require('axios')...