mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 13:34:20 -04:00
🧹 Bitmapper organized
All bitmaps renderer are moved to `<root>/bitmapper` directory. That's help us for `Makefile`.
This commit is contained in:
parent
f819ff2e00
commit
c92343ece3
161 changed files with 503 additions and 2105 deletions
12
bitmapper/packages/core/package.json
Normal file
12
bitmapper/packages/core/package.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "bibata-core",
|
||||
"version": "1.1.0",
|
||||
"description": "Bibata bitmapper's core modules",
|
||||
"main": "dist/index.js",
|
||||
"author": "Kaiz Khatri",
|
||||
"license": "GPL-3.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"puppeteer": "^7.1.0"
|
||||
}
|
||||
}
|
0
bitmapper/packages/core/src/index.ts
Normal file
0
bitmapper/packages/core/src/index.ts
Normal file
Loading…
Add table
Add a link
Reference in a new issue