The PaintWorklet interface of the CSS Painting API programmatically
an image where a CSS property expects a file. Access this interface
css.CSS.paintWorklet
.
The PaintWorklet interface of the CSS Painting API programmatically an image where a CSS property expects a file. Access this interface `css.CSS.paintWorklet`.
(add-module this & args)
Method.
The addModule() method of the web.Worklet
interface loads the
in the given JavaScript file and adds it to the current Worklet.
addPromise = worklet.addModule(moduleURL); addPromise = worklet.addModule(moduleURL, options);
See also: https://developer.mozilla.org/en-US/docs/Web/API/Worklet/addModule
Method. The addModule() method of the `web.Worklet` interface loads the in the given JavaScript file and adds it to the current Worklet. `addPromise = worklet.addModule(moduleURL); addPromise = worklet.addModule(moduleURL, options);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/Worklet/addModule`
(device-pixel-ratio this)
Property.
The PaintWorklet.devicePixelRatio read-only property of the web.PaintWorklet
returns the current device's ratio of physical pixels to logical
var devicePixelRatio = paintWorklet.devicePixelRatio;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/devicePizelRatio
Property. The PaintWorklet.devicePixelRatio read-only property of the `web.PaintWorklet` returns the current device's ratio of physical pixels to logical `var devicePixelRatio = paintWorklet.devicePixelRatio;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/devicePizelRatio`
(device-pixel-ratio this)
Property.
The PaintWorklet.devicePixelRatio read-only property of the web.PaintWorklet
returns the current device's ratio of physical pixels to logical
var devicePixelRatio = paintWorklet.devicePixelRatio;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/Paint%E2%80%8BWorklet%E2%80%8B.device%E2%80%8BPixel%E2%80%8BRatio
Property. The PaintWorklet.devicePixelRatio read-only property of the `web.PaintWorklet` returns the current device's ratio of physical pixels to logical `var devicePixelRatio = paintWorklet.devicePixelRatio;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/Paint%E2%80%8BWorklet%E2%80%8B.device%E2%80%8BPixel%E2%80%8BRatio`
(register-paint this name class)
Method.
The PaintWorklet.registerPaint() method of the web.PaintWorklet
registers a class programmatically generate an image where a
property expects a file.
registerPaint(name, class);
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/registerPaint
Method. The PaintWorklet.registerPaint() method of the `web.PaintWorklet` registers a class programmatically generate an image where a property expects a file. `registerPaint(name, class);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/registerPaint`
(set-device-pixel-ratio! this val)
Property.
The PaintWorklet.devicePixelRatio read-only property of the web.PaintWorklet
returns the current device's ratio of physical pixels to logical
var devicePixelRatio = paintWorklet.devicePixelRatio;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/devicePizelRatio
Property. The PaintWorklet.devicePixelRatio read-only property of the `web.PaintWorklet` returns the current device's ratio of physical pixels to logical `var devicePixelRatio = paintWorklet.devicePixelRatio;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/devicePizelRatio`
(set-device-pixel-ratio! this val)
Property.
The PaintWorklet.devicePixelRatio read-only property of the web.PaintWorklet
returns the current device's ratio of physical pixels to logical
var devicePixelRatio = paintWorklet.devicePixelRatio;
See also: https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/Paint%E2%80%8BWorklet%E2%80%8B.device%E2%80%8BPixel%E2%80%8BRatio
Property. The PaintWorklet.devicePixelRatio read-only property of the `web.PaintWorklet` returns the current device's ratio of physical pixels to logical `var devicePixelRatio = paintWorklet.devicePixelRatio;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PaintWorklet/Paint%E2%80%8BWorklet%E2%80%8B.device%E2%80%8BPixel%E2%80%8BRatio`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close