/** * AI Motion - WebGL2 animated border with AI-style glow effects * * @author Simon * @license MIT * @repository https://github.com/gaomeng1900/ai-motion */ /** * @todo needs simplification */ export declare function computeBorderGeometry(pixelWidth: number, pixelHeight: number, borderWidth: number, glowWidth: number): { positions: Float32Array; uvs: Float32Array; }; //# sourceMappingURL=geometry.d.ts.map