Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-05-10 14:24:08 +03:00
parent dee6bb7396
commit f2306bb23b

View File

@ -5,7 +5,7 @@
* *
* Example: * Example:
* <script> * <script>
* require('nib/object') * require('lib/object')
* require('ig-image-graph') * require('ig-image-graph')
* ... * ...
* </script> * </script>
@ -18,7 +18,10 @@
* style="width: 600px; height: 300px"></ig-image-graph> * style="width: 600px; height: 300px"></ig-image-graph>
* *
* *
* XXX add docs and examples -- canvas-waveform.html is out outdated... * XXX add docs and examples -- canvas-waveform.html is outdated...
* XXX might be a good idea to add interactive feedback -- show on image
* the denseties under the ursor for histogram or the slice/density
* for the waveform...
* XXX add worker support... * XXX add worker support...
* *
**********************************************************************/ **********************************************************************/