UNPKG

zero-g

Version:

A utility library for efficiently adding panning and zooming capabilities to any DOM element. Comes with out-of-the-box TypeScript typings!

7 lines (6 loc) 144 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function toPx(num) { return num + "px"; } exports.toPx = toPx;