0.1.6 • Published 10 months ago

tractor-loader v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

🚜 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 is available here.

0.1.6

10 months ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago