Add QOI skeleton

This commit is contained in:
robo-mop
2023-09-18 05:35:40 +05:30
parent ecc715fe55
commit d2a656f0bb
4 changed files with 7 additions and 0 deletions

0
codecs/qoi/Makefile Normal file
View File

View File

View File

7
codecs/qoi/package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "qoi",
"scripts": {
"build": "../build-cpp.sh"
}
}