Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 500 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 500 Bytes

WW-IMAGE

This is an element for Weweb, to display an image.

  • Source of image can be change, and will be download on Weweb CDN.
  • Focuspoint can be change
  • Alt can be change

Installation

To run locally, first install all dependencies with yarn

Start

To serve locally, run yarn serve --port=[PORT], and then go to Weweb editor, open developper popup and add localhost:[PORT] as custom wwObject.

Build

Before release, you can check build error by running yarn build