wobsoriano / vitest-canvas-mock

🌗 A module used to mock canvas in Vitest.
MIT License
53 stars 8 forks source link

feature request: expose and export `importMockWindow` #13

Open error-four-o-four opened 3 months ago

error-four-o-four commented 3 months ago

Hey there,

I'd like to suggest to export the function importMockWindow because in my case I want to mock the Canvas API on a specific Window object. This would be the same behaviour as it is provided by jest-canvas-mock.

Please let me know if you have any thoughts on this.

Best regards