blockly > utils > is3dSupported
utils.is3dSupported() function
Use **Blockly.utils.svgMath.is3dSupported** instead.
Check if 3D transforms are supported by adding an element and attempting to set the property.
Signature:
export declare function is3dSupported(): boolean;
Returns:
boolean
True if 3D transforms are supported.