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

6 lines (5 loc) 148 B
import { NativeDeletable } from "./NativeDeletable"; export interface NativeIntPoint extends NativeDeletable { x: number; y: number; }