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

18 lines (14 loc) 509 B
'use strict'; var LeveledEffectAction = require('./LeveledEffectAction-58430dd1.cjs'); /** * @description A class for all effects that include a blendPercentage method * @extends {Actions.Effect.LeveledEffectAction} * @memberOf Actions.Effect * @see Visit {@link Actions.Effect|Effect} for an example */ class EffectActionWithBlend extends LeveledEffectAction.LeveledEffectAction { blend(value) { return this.setLevel(value); } } exports.EffectActionWithBlend = EffectActionWithBlend;