UNPKG

3dmol

Version:

JavaScript/TypeScript molecular visualization library

13 lines (12 loc) 297 B
import { Vector2 } from "../math"; export declare const SpriteAlignment: { topLeft: Vector2; topCenter: Vector2; topRight: Vector2; centerLeft: Vector2; center: Vector2; centerRight: Vector2; bottomLeft: Vector2; bottomCenter: Vector2; bottomRight: Vector2; };