@effing/satori 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,7 +100,7 @@ The package automatically loads emoji SVGs from CDNs. Supported styles:
|
|
|
100
100
|
|
|
101
101
|
### Worker Pool
|
|
102
102
|
|
|
103
|
-
When rendering many frames (e.g. for animations), you can parallelize rendering across CPU cores using the worker pool. This can provide up to
|
|
103
|
+
When rendering many frames (e.g. for animations), you can parallelize rendering across CPU cores using the worker pool. This can provide up to 5x speedups depending on render complexity.
|
|
104
104
|
|
|
105
105
|
The pool handles React element serialization automatically — you pass JSX in and get PNG/SVG buffers out, just like the single-threaded API.
|
|
106
106
|
|