UNPKG

@cloudinary/url-gen

Version:

You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================

11 lines (10 loc) 289 B
import TextLayer from './textlayer.js'; declare class SubtitlesLayer extends TextLayer { /** * Represent a subtitles layer * @constructor SubtitlesLayer * @param {Object} options - layer parameters */ constructor(options: any); } export default SubtitlesLayer;