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