├── .eslintrc.js ├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── example.html ├── package.json └── zoom.js /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anitasv/zoom/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anitasv/zoom/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anitasv/zoom/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anitasv/zoom/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anitasv/zoom/HEAD/README.md -------------------------------------------------------------------------------- /example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anitasv/zoom/HEAD/example.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anitasv/zoom/HEAD/package.json -------------------------------------------------------------------------------- /zoom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anitasv/zoom/HEAD/zoom.js --------------------------------------------------------------------------------