Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 436 Bytes

About

The HTML5 Wayland compositor library for Greenfield.

Building

  • yarn install
  • yarn build

Usage

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.