UNPKG

sharp

Version:

High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images

12 lines (9 loc) 208 B
'use strict'; const libvips = require('../lib/libvips'); try { if (!(libvips.useGlobalLibvips() || libvips.hasVendoredLibvips())) { process.exitCode = 1; } } catch (err) { process.exitCode = 1; }