UNPKG

js-angusj-clipper

Version:

Polygon and line clipping and offsetting library for Javascript / Typescript - a port of Angus Johnson's clipper to WebAssembly / Asm.JS

8 lines (7 loc) 193 B
import { NativeDeletable } from "./NativeDeletable"; export interface NativeIntRect extends NativeDeletable { left: number; top: number; right: number; bottom: number; }