star_mod_renderer
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "star_mod_renderer", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "star mod project render auxiliary ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ import { RenderBase } from './render.base'; | ||
constructor(container, platform='pc') { | ||
constructor({ container, platform='pc' }) { | ||
super({ mode: 'render', dom: container }); | ||
@@ -16,0 +16,0 @@ this.setAnimationLoop(() => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49008