UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

5 lines (4 loc) 282 B
/** * this is necessary for the js/onObjectSwipe nodes to work */ export declare const EXAMPLE_TOUCH_ACTION_NONE = "\n<div id=\"my-viewer\"></div>\n\n<style>\n\t#my-viewer {\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\ttouch-action: none;\n\t}\n</style>\n";