@dfosco/storyboard-core 4.0.0-beta.25 → 4.0.0-beta.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfosco/storyboard-core",
3
- "version": "4.0.0-beta.25",
3
+ "version": "4.0.0-beta.26",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -298,7 +298,7 @@ export async function mountStoryboardCore(config = {}, options = {}) {
298
298
  quality: 0.85,
299
299
  width: width || document.documentElement.clientWidth,
300
300
  height: height || document.documentElement.clientHeight,
301
- pixelRatio: 2,
301
+ pixelRatio: 1,
302
302
  })
303
303
  const dataUrl = await new Promise((resolve, reject) => {
304
304
  const reader = new FileReader()