mirror of
https://github.com/caojiezi2003/live2d-widget.git
synced 2024-11-22 15:19:44 +00:00
Update comment
This commit is contained in:
parent
45807e0238
commit
15caf53972
@ -18,6 +18,14 @@ function string(opts = {}) {
|
||||
map: { mappings: "" }
|
||||
};
|
||||
}
|
||||
},
|
||||
|
||||
renderChunk(code, chunk, outputOptions = {}) {
|
||||
return `/*!
|
||||
* Live2D Widget
|
||||
* https://github.com/stevenjoezhang/live2d-widget
|
||||
*/
|
||||
` + code;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
/*
|
||||
* Live2D Widget
|
||||
* https://github.com/stevenjoezhang/live2d-widget
|
||||
*/
|
||||
|
||||
import Model from "./model.js";
|
||||
import showMessage from "./message.js";
|
||||
import randomSelection from "./utils.js";
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user