0.6.2 • Published 8 months ago
@lynx-dev/web-core v0.6.2
@lynx-dev/web-core
Lynx3 Web Platform runtime core
Usage
import '@lynx-dev/web-core';
import '@lynx-dev/web-core/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.