Skip to content

Commit

Permalink
Try require jimp, see #1464
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 19, 2024
1 parent fa5e10a commit bec43fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/grunt/tasks/build-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
*/
import * as grunt from 'grunt';
import getRepo from './util/getRepo';
import jimp from 'jimp';

const jimp = require( 'jimp' );

const generateThumbnails = require( '../generateThumbnails' );
const generateTwitterCard = require( '../generateTwitterCard' );
Expand Down

0 comments on commit bec43fb

Please sign in to comment.