sigplot icon indicating copy to clipboard operation
sigplot copied to clipboard

[WIP] Adding RDP Compression

Open mkellogg91 opened this issue 6 years ago • 0 comments

This adds RDP Compression via the Simplify.js npm package found here: https://github.com/mourner/simplify-js

and can be used like this:

var container = document.getElementById('plot');
        var plot = new sigplot.Plot(container, {
            xcmp: 6
        });

Use of this compression is also implemented in the first test to run within the tests directory

mkellogg91 avatar Jan 27 '20 20:01 mkellogg91