UNPKG

web-scrolling-text

Version:

A lightweight, customizable text animation library for creating smooth scrolling text effects with support for React, Next.js, Angular and vanilla JavaScript

8 lines (7 loc) 172 B
import { ScrollingTextElement } from "./element"; declare global { interface HTMLElementTagNameMap { 'scrolling-text': ScrollingTextElement; } } export {};