UNPKG

regl-shape

Version:
3 lines (2 loc) 135 B
import { Texture2D } from "regl"; export declare function updateDashTextureAndGetLength(texture: Texture2D, dashes: number[]): number;