skia-common-jsdeprecated

Common JS code for Skia Infrastructure.

Usage no npm install needed!

<script type="module">
  import skiaCommonJs from 'https://cdn.skypack.dev/skia-common-js';
</script>

README

A set of common JS functions used across Skia Infrastructure projects.

It contains three global objects, $, $$, and sk.

Some functionalilty uses Promises and as such may require a Promise polyfill if your target browsers don't support Promises, such as IE 11. See http://caniuse.com/#feat=promises.

To run the tests run

make test