/proton-xd

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

Primary LanguageTypeScriptMIT LicenseMIT

xd

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


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