initial quick implementation

This commit is contained in:
2024-06-26 17:23:51 -05:00
commit 7b02b1e095
4 changed files with 172 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "bmip10",
"version": "0.1.0",
"description": "JS implementation of Blackmagic Designs's IP10 codec",
"main": "index.js",
"keywords": ["Blackmagic", "IP10", "Codec"],
"author": {
"name": "Joel Wetzell",
"email": "me@jwetzell.com",
"url": "https://jwetzell.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwetzell/bmip10-js.git"
},
"license": "ISC"
}