Nick Wittwer

Results 39 issues of Nick Wittwer

Hi, this project looks awesome! Was wondering if it's currently possible—or a goal of the project—to be able to embed this entire editor within another Vue app? i.e. `npm install...

When the `onError` event fires, I would like to access the error code, however this plugin currently returns only the `event.target`, which—as far as I can tell—is only the YouTube...

**What problem does this feature solve?** High-level idea: It would be really cool to be able to use `Panzoom` to enable an interactive "infinite canvas" like Figma/Miro, and use the...

feature
votes needed

It would be great to have hot reloading of the plugin when the code changes. Is this possible w/ the current Figma stack?

Added missing `.js` suffix for importing [OrbitControls](https://threejs.org/docs/#examples/en/controls/OrbitControls) from the `three` package (since it's not a TS file). Before: ```js import { OrbitControls } from 'three/addons/controls/OrbitControls ``` After: ```js import {...

Currently looks like hidden screens DO receive and perform the actions taken on an active screen while they are hidden. 0.7.0-beta.35

Type: Bug

- [ ] Toggles a full-width/height view of the current website - [ ] Easily switch to another screen size Tests - [ ] Icon in toolbar does not overlap...

The `main` and `renderer` processes both have a lot of log info that should really only be shown during development. Ideally we would default to only showing error logs in...

Help Wanted
Good First Issue

- [x] Changed origin to 0,0 - [x] When app starts up, should center all the artboards within the viewport - [x] Left click an artboard in the side panel...