UNPKG

@daign/2d-graphics

Version:

Two dimensional graphics library that implements the daign-2d-pipeline.

12 lines (11 loc) 255 B
import { TwoPointRectangle } from './twoPointRectangle'; /** * Class for an image defined by two corner points. */ export declare class TwoPointImage extends TwoPointRectangle { href: string; /** * Constructor. */ constructor(); }