Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 130 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 130 Bytes

xd

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


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