mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
Javascript bindings (#14)
* Initial version ready - bindings are in `bindings/emscripten.cpp` - minimal Javascript example is in `examples/ggwave-js` * add npm package + add test-ggwave.js * js : rename export name to "ggwave_factory" * update to v0.1.5 * Update README.md * npm : add npm-publish target
This commit is contained in:
26
bindings/javascript/package-tmpl.json
Normal file
26
bindings/javascript/package-tmpl.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "ggwave",
|
||||
"version": "@PROJECT_VERSION@",
|
||||
"description": "Tiny data-over-sound library",
|
||||
"main": "ggwave.js",
|
||||
"scripts": {
|
||||
"test": "echo \"todo: add tests\" && exit 0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ggerganov/ggwave.git"
|
||||
},
|
||||
"keywords": [
|
||||
"data-over-sound",
|
||||
"fsk",
|
||||
"sound-library",
|
||||
"ultrasound",
|
||||
"ecc"
|
||||
],
|
||||
"author": "Georgi Gerganov",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ggerganov/ggwave/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ggerganov/ggwave#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user