Expose unlimited option for HEIF input

This commit is contained in:
Lovell Fuller
2022-09-05 09:15:10 +01:00
parent 31c1cfb049
commit c1393daa70
5 changed files with 22 additions and 8 deletions

View File

@@ -680,7 +680,7 @@ describe('Input/output', function () {
});
});
describe('Switch off safety limits for PNG/SVG/JPEG input', () => {
describe('Switch off safety limits for certain formats', () => {
it('Valid', () => {
assert.doesNotThrow(() => {
sharp({ unlimited: true });