UNPKG

@arcware-cloud/pixelstreaming-websdk

Version:

WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.

7 lines (6 loc) 199 B
export declare class LoveLetters { loveLettersRoot: HTMLElement | null; constructor(); addLetter(letter: string, listLength: number): void; updateOpacity(listLength: number): void; }