Mock a canvas in your vitest tests.
npm install vi-canvas-mockThis is a fork of jest-canvas-mock replacing the use of Jest to Vitest to have a zero Jest dependancy canvas mock.
The code and the mock was develop by @hustcc i simpli replace jest with vi.
Thanks for the work @hustcc <3