mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-24 18:00:45 +00:00
fix readme
This commit is contained in:
parent
f4a2c53bb5
commit
0966af8b35
@ -1612,7 +1612,7 @@ installed.
|
||||
it cannot go faster than 1 frame per millisecond, so 1000 is the fastest.
|
||||
(default: 1.0)
|
||||
- __optimization__ - `mem` or `cpu`. if optimizing for memory, animation frames
|
||||
will be rendered to bitmaps _as the animation plays_, using less cpu.
|
||||
will be rendered to bitmaps _as the animation plays_, using less memory.
|
||||
optimizing for cpu will precompile all bitmaps beforehand, which may be
|
||||
faster, but might also OOM the process on large images. (default: `mem`).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user