issues
search
tradingview
/
fancy-canvas
MIT License
39
stars
15
forks
source link
Offscreen canvas support
#25
Open
SlicedSilver
opened
7 months ago
SlicedSilver
commented
7 months ago
Add offscreen canvas support.
Adds
allowOffscreenCanvas
option, which tells the library to try use OffscreenCanvas if available.
Adds methods for getting the OffscreenCanvas instance so it can be transferred to a worker thread, if required.
Add offscreen canvas support.
allowOffscreenCanvas
option, which tells the library to try use OffscreenCanvas if available.