diff --git a/examples/basic.ts b/examples/basic.ts index 25c7247..fccd69e 100644 --- a/examples/basic.ts +++ b/examples/basic.ts @@ -2,13 +2,6 @@ import path from 'path'; import fs from 'fs'; import { compress } from '@/index'; -/** - * Before run: - * - * `npx compress-pdf --fetchBinaries [win32/linux]` - * This will download properly binaries to your current os. - */ - (async () => { const pdf = path.resolve(__dirname, 'A17_FlightPlan.pdf'); const buffer = await compress(pdf);