Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 20, 2024
1 parent 6b42019 commit 16a1900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion built/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FILE_TYPE_BROWSERSAFE } from './const.js';
import { convertToWebpStream, webpDefault, convertSharpToWebpStream } from './image-processor.js';
import { detectType, isMimeImage } from './file-info.js';
import sharp from 'sharp';
import { sharpBmp } from 'sharp-read-bmp';
import { sharpBmp } from '@misskey-dev/sharp-read-bmp';
import { StatusError } from './status-error.js';
import { defaultDownloadConfig, downloadUrl } from './download.js';
import { getAgents } from './http.js';
Expand Down

0 comments on commit 16a1900

Please sign in to comment.