Eric Skogen

Results 22 issues of Eric Skogen

`@fxhash/project-sdk` defines [a global `window.$fx`](https://github.com/fxhash/fxhash-package/blob/49f8967473c0c3a49e53cbf50aece31bd6ce28d3/packages/project-sdk/src/types.ts#L50) which can be used throughout the project so long as it’s imported somewhere. I added `@fxhash/project-sdk` to `dependencies`, but it may belong in `devDependencies`, I’m...

https://developers.google.com/web/updates/2019/05/desynchronized https://www.chromestatus.com/feature/6360971442388992 Pending support for `desynchronized` in Electron

https://codepen.io/miguelao/pen/WKZaqd https://developers.google.com/web/updates/2017/06/aligning-input-events

Artists should be able to draw a single dot by pressing and then releasing the mouse or pointer at a single point. This is working for most brush settings, but...

We should reject move/up if pointerType does not match down. This is tricky because "pen" sometimes reports as "mouse" :/ See: https://github.com/wonderunit/storyboarder/issues/927#issuecomment-393961465

bug

Interpolate all params (e.g. if you change brush size while drawing, could interpolate)

enhancement

Even though the version numbers are the same (1.3.0), Foundation's version of Orbit has a `fluid` option, which is absent in this repo's version of Orbit. For reference, here's a...

This adds and configures TypeDoc for API Doc publishing using [https://github.com/milesj/docusaurus-plugin-typedoc-api](https://github.com/milesj/docusaurus-plugin-typedoc-api). To run, make sure the `xstate` submodule is updated and built: ``` git co typedoc git submodule init git...