JavaScript Restrictor
Browser extension that improves privacy and security
|
Library of functions for the Canvas API wrappers. More...
Functions | |
function | farbleCanvasDataBrave (rowIterator, width) |
Library of functions for the Canvas API wrappers.
Supporting fuctions for Canvas API Wrappers
function farbleCanvasDataBrave | ( | rowIterator, | |
width | |||
) |
Farble image data, original Brave implementation-like
data | RGBA shallow array, (0,0) coordinates are at the top left, see CanvasRenderingContext2D.prototype.getImageData for more details on the expected format. Note that the data are modified during the call. |
height | Height of the original canvas. |
width | Width of the original canvas. |