More rollup bundling fixes
Fixes
- Reformatted to match prettier's settings.
- Rollup bundling errors Fixes #133
Since rollup sees all imports as modules it replaces this
with undefined
when evaluating the IFE that dom-to-image-more's source exists as. This leads to errors from rollup that are not actually a problem. Found an incantation that rollup won't break with.
Full Changelog*: v3.1.5...v3.1.6