@paperclip-ui/source-writer
v18.5.6
Published
Internal util for writing source code from the designer
Downloads
454
Readme
const writer = new PCSourceWriter(engine);
writer.handleEvent({
kind: "ANNOTATIONS_CHANGED"
});
writer.onContentChanged(function(uri, content) {
vscode.updateContent(uri, content);
});