Skip to main content
Module

x/shader_canvas/core/new_modules/payload.ts>Payload

A rendering engine where you can write WebGL 2.0 shaders using custom tags.
Latest
class Payload
import { Payload } from "https://deno.land/x/shader_canvas@v1.1.1/core/new_modules/payload.ts";

Constructors

new
Payload(root: HTMLElement)

Properties

contents: Node[]
tagName: string

Methods

connectContents(srcElem: HTMLElement, selectedContents: (child: Node) => boolean)

Static Methods

walkTheDOM(node: Node | null, func: (n: Node | null) => void)