Skip to content

Conversation

@mkellogg91
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants