vis-core 0.20.10-test.3 → 0.20.10-test.5
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/dist/index.js +1 -1
- package/dist/index.module.js +4 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -39225,7 +39225,7 @@ function la(s) {
|
|
|
39225
39225
|
const t = new D0();
|
|
39226
39226
|
return t.color.setScalar(s), t;
|
|
39227
39227
|
}
|
|
39228
|
-
const q2 = "0.20.10-test.
|
|
39228
|
+
const q2 = "0.20.10-test.5";
|
|
39229
39229
|
class TK {
|
|
39230
39230
|
constructor() {
|
|
39231
39231
|
j(this, "event", new XX());
|
|
@@ -40530,6 +40530,9 @@ class Ac extends TK {
|
|
|
40530
40530
|
bloom: !0,
|
|
40531
40531
|
scene: {
|
|
40532
40532
|
background: new i0(0)
|
|
40533
|
+
},
|
|
40534
|
+
composer: {
|
|
40535
|
+
multisampling: 0
|
|
40533
40536
|
}
|
|
40534
40537
|
}, this.pencilConfig), this.options.pencilConfig)), i = e.render.bind(e);
|
|
40535
40538
|
e.render = () => {
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.20.10-test.
|
|
1
|
+
declare const _default: "0.20.10-test.5";
|
|
2
2
|
export default _default;
|