Update comment

This commit is contained in:
Mimi 2022-10-21 00:16:05 +08:00
parent 45807e0238
commit 15caf53972
3 changed files with 12 additions and 5 deletions

View File

@ -18,6 +18,14 @@ function string(opts = {}) {
map: { mappings: "" } map: { mappings: "" }
}; };
} }
},
renderChunk(code, chunk, outputOptions = {}) {
return `/*!
* Live2D Widget
* https://github.com/stevenjoezhang/live2d-widget
*/
` + code;
} }
}; };
} }

View File

@ -1,8 +1,3 @@
/*
* Live2D Widget
* https://github.com/stevenjoezhang/live2d-widget
*/
import Model from "./model.js"; import Model from "./model.js";
import showMessage from "./message.js"; import showMessage from "./message.js";
import randomSelection from "./utils.js"; import randomSelection from "./utils.js";

File diff suppressed because one or more lines are too long