UNPKG

@ng-web-apis/canvas

Version:
12 lines (11 loc) 447 B
import type { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class WaCanvasPathPipe implements PipeTransform { transform(path: string): Path2D; static ɵfac: i0.ɵɵFactoryDeclaration<WaCanvasPathPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<WaCanvasPathPipe, "path", true>; } /** * @deprecated: use {@link WaCanvasPathPipe} */ export declare const PathPipe: typeof WaCanvasPathPipe;