UNPKG

426 BTypeScriptView Raw
1import { CreateTransformer } from '../type';
2/**
3 * Apply scale transformation for current vector.
4 * @param params [sx, sy]
5 * @param x x of the the bounding box of coordinate
6 * @param y y of the the bounding box of coordinate
7 * @param width width of the the bounding box of coordinate
8 * @param height height of the the bounding box of coordinate
9 * @returns transformer
10 */
11export declare const scale: CreateTransformer;