This commit is contained in:
Jake Archibald
2018-11-09 06:55:32 -08:00
parent a0f1379feb
commit aff038e894
5 changed files with 7 additions and 406 deletions

View File

@@ -1,6 +1,6 @@
import { h, Component } from 'preact';
import PinchZoom, { ScaleToOpts } from './custom-els/PinchZoom';
import './custom-els/PinchZoom';
import PinchZoom, { ScaleToOpts } from 'pinch-zoom-element/lib';
import 'pinch-zoom-element/lib';
import './custom-els/TwoUp';
import * as style from './style.scss';
import { bind, linkRef } from '../../lib/initial-util';