nearest-river / proton-xd

An easy and simple way to build cross-platform desktop applications using web technonogies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xd

import { XD } from "@proton-xd";


XD.instantiate("<html><body>hello wrld</body></html>",{
  title: "my-app"
});

About

An easy and simple way to build cross-platform desktop applications using web technonogies

License:MIT License


Languages

Language:TypeScript 73.5%Language:Rust 17.4%Language:JavaScript 9.1%