UNPKG

@cloudinary/url-gen

Version:

Cloudinary URL-Gen SDK ========================= [![Build Status](https://api.travis-ci.com/cloudinary/js-url-gen.svg?branch=master)](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About The Cloudinary URL-Gen SDK allows you to quickly and eas

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;