diff --git a/examples/full.mjs b/examples/full.mjs index 2942fea..192c98a 100644 --- a/examples/full.mjs +++ b/examples/full.mjs @@ -95,5 +95,4 @@ import { Sticker } from '../dist/index.js' await sticker.toFile() console.log(`Saved to ${sticker.defaultFilename}`) })() - })()