remage

1.0.2 • Public • Published

Remage

Node middleware to get image with resizing options.

Installation

npm install remage

Usage

In node controller , add a route using this middleware
	app.use('/testimage',require('remage').process);

In your view , attribute the src as 
	img(src="/testimage?width=200&height=100&url=https://nodejs.org/static/images/logos/nodejs-new-pantone-black.png")

If you dont pass in the width and height options, the deafult image size will be fetched.

Dependencies

sharp 
request
image-size

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i remage

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • drklrd