tapspace

A zoomable user interface lib for web apps

Usage no npm install needed!

<script type="module">
  import tapspace from 'https://cdn.skypack.dev/tapspace';
</script>

README

tapspace">

NPM Version Travis CI

We believe zoomable touch user interfaces to be the best way for humans to explore and manipulate two-dimensional content. Therefore we built Tapspace, a JavaScript library dedicated for building such dynamic front-ends. It implements a scene graph that provides an infinite, scalable, and rotatable space for you to represent HTML content and for your users to play with. Tapspace uses pure CSS3 and DOM instead of Canvas or WebGL and therefore is able to handle any HTML content you throw at it, including iframes and SVG, and also Canvas- and WebGL-rendered elements. And of course, we provide a clean, documented API for you to build your best.

Install

With npm or yarn:

$ npm install tapspace
$ yarn add tapspace

Documentation

See taataa.github.io/tapspace for:

License

MIT