Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Moebits committed Jan 29, 2025
1 parent 071600f commit dafddc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
9 changes: 0 additions & 9 deletions live2dcubismcore.min.js

This file was deleted.

13 changes: 7 additions & 6 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3008,7 +3008,7 @@ module.exports = function (moduleId, options) {

// extracted by mini-css-extract-plugin
if(true) {
// 1738110291508
// 1738111235042
var cssReload = __webpack_require__("./node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js")(module.id, {"hmr":true,"locals":false});
module.hot.dispose(cssReload);
module.hot.accept(undefined, cssReload);
Expand All @@ -3022,7 +3022,7 @@ module.exports = function (moduleId, options) {

// extracted by mini-css-extract-plugin
if(true) {
// 1738110291514
// 1738111235040
var cssReload = __webpack_require__("./node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js")(module.id, {"hmr":true,"locals":false});
module.hot.dispose(cssReload);
module.hot.accept(undefined, cssReload);
Expand All @@ -3036,7 +3036,7 @@ module.exports = function (moduleId, options) {

// extracted by mini-css-extract-plugin
if(true) {
// 1738110291496
// 1738111235037
var cssReload = __webpack_require__("./node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js")(module.id, {"hmr":true,"locals":false});
module.hot.dispose(cssReload);
module.hot.accept(undefined, cssReload);
Expand All @@ -3050,7 +3050,7 @@ module.exports = function (moduleId, options) {

// extracted by mini-css-extract-plugin
if(true) {
// 1738110291493
// 1738111235032
var cssReload = __webpack_require__("./node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js")(module.id, {"hmr":true,"locals":false});
module.hot.dispose(cssReload);
module.hot.accept(undefined, cssReload);
Expand Down Expand Up @@ -8360,7 +8360,8 @@ const Live2DModel = (props) => {
const [enableZoom, setEnableZoom] = (0, react_1.useState)(true);
const rendererRef = (0, react_1.useRef)(null);
const load = async () => {
const live2DModel = new live2dcubism_1.Live2DCubismModel(rendererRef.current);
let cubismCorePath = "https://cubism.live2d.com/sdk-web/cubismcore/live2dcubismcore.min.js";
const live2DModel = new live2dcubism_1.Live2DCubismModel(rendererRef.current, { cubismCorePath });
await live2DModel.load(model);
setLive2D(live2DModel);
setDefaultOpacities(structuredClone(live2DModel.parts.opacities));
Expand Down Expand Up @@ -26546,7 +26547,7 @@ function getChunkInfo(chunks) {
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("9ec1a27ef7e0e5d1a6e4")
/******/ __webpack_require__.h = () => ("b6a861ee3615cc5bd5c2")
/******/ })();
/******/
/******/ /* webpack/runtime/global */
Expand Down
Loading

0 comments on commit dafddc4

Please sign in to comment.