Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
## Description ## Steps to check or reproduce
I want to adjust the order of transform, filter. ```js import { SceneItem } from "scenejs"; const item = new SceneItem(); item.set(0, "transform", "rotate", "0deg"); item.set(0, "transform", "translate", "0px, 0px");...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
The 1.0 release date is undecided. hard work in development The accuracy is low because the DOM seems to handle only 3 decimal places. I will try to calculate as...
https://daybrush.com/moveable/storybook * [x] Vanilla * [x] Svelte * [x] Lit * [x] Vue 2, Vue 3 * [x] React * [x] Angular * [ ] Solid Whenever you report bugs/add...
It has props of target in moveable. Each time the target changes, the moveable box changes. But only vue is different. * vanilla ```js moveable.target = document.querySelector("'target'); ``` * react...
Is it possible to add the following components? https://github.com/daybrush/scenejs/tree/master/packages/preact-scenejs
https://github.com/GoogleChrome/puppeteer/issues/2173 ``` > [email protected] install /usr/local/lib/node_modules/@scenejs/render/node_modules/puppeteer > node install.js ERROR: Failed to download Chromium r656675! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. { Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/@scenejs/render/node_modules/puppeteer/.local-chromium' --...
# 2.0 RoadMap * [x] Update react-scenejs * [x] Update vue-scenejs * [x] Add svelte-scenejs * [x] Add vue3-scenejs * [ ] Add demo for frameworks * [ ] Add...