Post cimbar_js.html as part of package build.

Also, fix an error in the docs.
This commit is contained in:
sz 2022-07-17 22:59:46 -05:00
parent 0906f6823d
commit 6ca0650f27
3 changed files with 3 additions and 2 deletions

View File

@ -39,4 +39,5 @@ jobs:
files: |
web/cimbar.asmjs.zip
web/cimbar.wasm.tar.gz
web/cimbar_js.html

View File

@ -34,7 +34,7 @@ The above is a 4x4(x4) cimbar grid -- encoding 64 bits of data. A real cimbar im
![an example cimbar code](https://github.com/sz3/cimbar-samples/blob/v0.5/6bit/4color_ecc30_fountain_0.png)
... and contains 1550 tiles for data. For 6-bit cimbar (4 symbol bits, 2 color bits), this means 9300 bytes per image.
... and contains 12400 tiles for data. For 6-bit cimbar (4 symbol bits, 2 color bits), this means 9300 bytes per image.
### Error Correction

View File

@ -4,7 +4,7 @@ def get_path(name):
'index': 'web/index.html',
'cimbar_js': 'web/cimbar_js.js',
'main_js': 'web/main.js',
'output': 'web/cimbar.html',
'output': 'web/cimbar_js.html',
}
return fns[name]