README
Provides a way to use node-canvas to draw directly to an X Window using XCB
Uses node-canvas to render directly to an XCB drawable. In other words native application that uses canvas API
<script type="module">
import xcbCanvas from 'https://cdn.skypack.dev/xcb-canvas';
</script>
Provides a way to use node-canvas to draw directly to an X Window using XCB