method PluginRegistry.prototype.getTransformation
PluginRegistry.prototype.getTransformation(type: string): TransformationPlugin | undefined

Gets a custom transformation

Parameters

type: string

Return Type

Usage

import { PluginRegistry } from ".";