0.13.5 • Published 5 months ago

@lynx-js/web-core v0.13.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

@lynx-js/web-core

Lynx3 Web Platform runtime core

Usage

import '@lynx-js/web-core';
import '@lynx-js/web-core/index.css';

document.body.innerHTML = `
<lynx-view 
  style="height:100vh; width:100vw;" 
  url="http://localhost:3000/main/main-thread.js"
>
</lynx-view>`;

If you use Lynx elements (view, text, image, etc.), you need to import @lynx-js/web-elements:

import '@lynx-js/web-core';
import '@lynx-js/web-core/index.css';
import '@lynx-js/web-elements/all';
import '@lynx-js/web-elements/index.css';

document.body.innerHTML = `
<lynx-view 
  style="height:100vh; width:100vw;" 
  url="http://localhost:3000/main/main-thread.js"
>
</lynx-view>`;

Document

See our website for more information.

0.13.5

5 months ago

0.13.4

5 months ago

0.13.3

5 months ago

0.13.2

5 months ago

0.13.1

5 months ago

0.13.0

6 months ago

0.12.0

6 months ago

0.11.0

6 months ago

0.10.1

7 months ago

0.10.0

7 months ago

0.9.1

7 months ago

0.9.0

7 months ago

0.8.0

7 months ago

0.7.1

8 months ago

0.7.0

8 months ago