Initial
This commit is contained in:
7
resources/app/node_modules/@pixi/text-bitmap/lib/utils/splitTextToCharacters.mjs
generated
vendored
Normal file
7
resources/app/node_modules/@pixi/text-bitmap/lib/utils/splitTextToCharacters.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
function splitTextToCharacters(text) {
|
||||
return Array.from ? Array.from(text) : text.split("");
|
||||
}
|
||||
export {
|
||||
splitTextToCharacters
|
||||
};
|
||||
//# sourceMappingURL=splitTextToCharacters.mjs.map
|
||||
Reference in New Issue
Block a user