The HTML5 Wayland compositor library for Greenfield.
yarn install
yarn build
To use this library in your own implementation, you will need:
- a worker loader that matches on
*.worker.js
imports. - a file (url) loader that matches on
*.asset
and*.png
An example webpack config can be found in the demo implementation.