tapspace
Version:
A zoomable user interface lib for web apps
10 lines (8 loc) • 317 B
JavaScript
// @tapspace.math
//
// This module provides structures and functions for
// low abstraction math and geometry that tapspace.js uses internally.
// Practically it is a direct export of the [affineplane.js](
// https://axelpale.github.io/affineplane/docs/API.html) library.
//
module.exports = require('affineplane')