Init bitmapper

This commit is contained in:
ful1e5
2021-04-17 16:28:01 +05:30
parent d459be5e53
commit b93063b2b1
4 changed files with 1238 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
const main = async () => {
console.log('BreezeX Cursor rendering..')
};
main();