Use meta key + wheel to zoom in/out (#769)

This commit is contained in:
Timur Khazamov 2020-02-16 14:38:53 +01:00 committed by GitHub
parent 360864ef3d
commit eee961d65f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 11 deletions

View file

@ -27,4 +27,4 @@ export {
hasText,
} from "./comparisons";
export { createScene } from "./createScene";
export { getZoomOrigin, getZoomTranslation } from "./zoom";
export { getZoomOrigin, getZoomTranslation, getNormalizedZoom } from "./zoom";