Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was wondering How I render a line created via Forma API. This is my code:
async function App() {
const line = await Forma.designTool.getLine();
}
In Forma I can then create a new line but when I hit enter to complete the creation the line disappears.
I guess I need to somehow render this line in the scene but I havent figuered out a way to do this.
Solved! Go to Solution.