We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20fa08e + 3400f2d commit b80abb3Copy full SHA for b80abb3
src/ONYXKEYS.ts
@@ -224,13 +224,13 @@ const ONYXKEYS = {
224
// Information on any active demos being run
225
DEMO_INFO: 'demoInfo',
226
227
- // Max area handled for canvas on this platform
+ // Max area supported for HTML <canvas> element
228
MAX_CANVAS_AREA: 'maxCanvasArea',
229
230
- // Max height handled for canvas on this platform
+ // Max height supported for HTML <canvas> element
231
MAX_CANVAS_HEIGHT: 'maxCanvasHeight',
232
233
- // Max width handled for canvas on this platform
+ // Max width supported for HTML <canvas> element
234
MAX_CANVAS_WIDTH: 'maxCanvasWidth',
235
236
/** Collection Keys */
0 commit comments