(height, width, view)
| 9094 | "zoom" |
| 9095 | ]; |
| 9096 | function targetViewState(height, width, view) { |
| 9097 | const target = [ |
| 9098 | width / 2, |
| 9099 | -height / 2, |
| 9100 | 0 |
| 9101 | ]; |
| 9102 | if (view === "2d") return { |
| 9103 | target, |
| 9104 | rotationOrbit: 0, |
| 9105 | rotationX: 90, |
| 9106 | zoom: -0.2 |
| 9107 | }; |
| 9108 | else return { |
| 9109 | target, |
| 9110 | rotationOrbit: 25, |
| 9111 | rotationX: 30, |
| 9112 | zoom: -0.4 |
| 9113 | }; |
| 9114 | } |
| 9115 | |
| 9116 | },{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"jBiDI":[function(require,module,exports) { |
| 9117 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
nothing calls this directly
no outgoing calls
no test coverage detected