Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
123456789101112 |
- // @flow
-
- /**
- * Helper method used to process screenshots captured by the {@code ScreenshotCaptureEffect}.
- *
- * @param {HTMLCanvasElement} canvas - The canvas containing a screenshot to be processed.
- * @param {Object} options - Custom options required for processing.
- * @returns {void}
- */
- export function processScreenshot(canvas: HTMLCanvasElement, options: Object) { // eslint-disable-line no-unused-vars
- return;
- }
|