samizdatco / skia-canvas

A GPU-accelerated 2D graphics environment for Node.js
MIT License
1.73k stars 69 forks source link

How to disable GPU render by default? #181

Closed Vandomas closed 1 week ago

Vandomas commented 1 month ago

When I create canvas with new Canvas(100,200)

This procedure takes several seconds, with measurements from 1.8 to 2.2 seconds

But I want to speed up this, I think its problem in gpu context initializing. So I wand disable it Or I can install new maintenance version 2024?

samizdatco commented 1 week ago

fixed in #172

Vandomas commented 1 week ago

Very good! It's fixed like fixed speed problem or added new property to specific engine?