Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 922 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 922 Bytes

🚜 Tractor Loader

Tractor Loader is a webpack loader to help you with your crops and other image adjustments.

This loader performs edits to images based on an inline URL syntax. It integrates cleanly with the NextJS optimized image loader and works well with next dev. All transformations are performed at build time and have no impact on runtime performance.

For example, to crop 100 pixels off the top and bottom of an image:

import cat from "./cat.jpg?crop=0,100,0,100&tractor";

Documentation and examples are deployed to Vercel: https://tractor-loader.vercel.app/

The source code for the tractor loader is available here.

The source code for the documentation is available here.