Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@scenejs/render 0.15.0 is released. Added the `ffmpegPath` option again. Just enter the binary file path. ``` root - index.html - ffmpeg $ render -i index.html --ffmpegPath ./ffmpeg ```
@chen900112 see readme I am not providing a separate demo. https://github.com/daybrush/guides#ruler-units
@JohnRSim https://github.com/daybrush/moveable/pull/1005 0.43.2 version is released. Try it. Thank you :)
@notchris The README was corrected immediately. Thank you :)
@anguiano I check it. I am going to create vue3-grid. wait a munite.
As @HZZformGD said, use `zoom` prop or css ```css .moveable-control { width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; box-sizing: border-box; background: #4af; background: var(--moveable-color); margin-top: -7px; margin-left:...
@dmitry-brazhenko Could you try setting the css globally? ```css :global(.view360-wrapper) {} ```
@brandonSeattle I think I need to make sure that only that area is captured. Still preparing. And in react, you can use it as follows. ```js useEffect(() => { const...
@vesper8 `@scenejs/render`'s new version is released. --cacheFolder arg is added ``` $ render --cacheFolder .scene_cache1 $ render --cacheFolder .scene_cache2 ``` And this issue https://github.com/daybrush/scenejs-render/issues/18 is solved. Check it again. Thank...
LGTM @malangfox Check if this is the case in vue2 as well.