# Hype Dynamic Camera

![Hype-Dynamic-Camera|690x487](https://playground.maxziebell.de/Hype/DynamicCamera/HypeDynamicCamera.jpg)

<sup>The cover artwork is not hosted in this repository and &copy;opyrighted by Max Ziebell</sup>

Create transformations based on a square defining the view port for animations and dynamic framing.

Documentation
--
There is a JSDoc based documentation of the functions at https://doxdox.org/worldoptimizer/HypeDynamicCamera

Content Delivery Network (CDN)
--

Latest version can be linked into your project using the following in the head section of your project:

```html
<script src="https://cdn.jsdelivr.net/gh/worldoptimizer/HypeDynamicCamera/HypeDynamicCamera.min.js"></script>
```
Optionally you can also link a SRI version or specific releases. 
Read more about that on the JsDelivr (CDN) page for this extension at https://www.jsdelivr.com/package/gh/worldoptimizer/HypeDynamicCamera

Learn how to use the latest extension version and how to combine extensions into one file at
https://github.com/worldoptimizer/HypeCookBook/wiki/Including-external-files-and-Hype-extensions
