0.0.14 • Published 4 years ago
greenfield-compositor v0.0.14
About
The HTML5 Wayland compositor library for Greenfield.
Building
yarn installyarn build
Usage
To use this library in your own implementation, you will need:
- a worker loader that matches on
*.worker.jsimports. - a file (url) loader that matches on
*.assetand*.png
An example webpack config can be found in the demo implementation
that you can use. Inside compositor-module directory run.
yarn installyarn demo