I know this might be against name of this package but it's super simple to allow output in SVG. Only change needed is this: ```javascript const canvas = createCanvas(0, 0, 'svg'); ```