Skip to content

Commit

Permalink
Remove note as reference links are available further down
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerdolby committed Jul 17, 2022
1 parent 258f1f0 commit 845fbea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# eleventy-plugin-sharp-respimg
An Eleventy [shortcode](https://www.11ty.dev/docs/shortcodes/#paired-shortcodes) that performs build-time image transformations with [Sharp](https://www.npmjs.com/package/sharp) to resize large images into `.jpeg` and `.webp` formats with varying dimensions and generates `<picture>` tags for responsive images.

Note: This plugin does the job but could definitely be optimized. I recommend using the supported image plugin built by the 11ty team [@11ty/eleventy-img](https://github.com/11ty/eleventy-img).

## Installation
In your Eleventy project, [install the plugin](https://www.npmjs.com/package/eleventy-plugin-sharp-respimg) from npm:
```
Expand Down

0 comments on commit 845fbea

Please sign in to comment.