UNPKG

tapspace

Version:

A zoomable user interface lib for web apps

12 lines (11 loc) 275 B
module.exports = function (newOptions) { // @tapspace.interaction.Tap:update(newOptions) // // Parameters: // newOptions // an object, with optional properties. See GestureCapturer:update // if (this.capturer) { this.capturer.update(newOptions) } }