Elizabeth Scholz
Elizabeth Scholz
install their other package as a dependency. it will pick it up [@beyonk/async-script-loader](https://github.com/beyonk-adventures/async-script-loader)
Any update on this roadmap item? I have a site with nested artboards and events that I need to listen to in rive-react. I am only able to get events...
I've found these instructions. [https://weekly.elfitz.com/2022/06/14/build-opencv-contrib-for-ios/](https://weekly.elfitz.com/2022/06/14/build-opencv-contrib-for-ios/) They fail for me during initialization of scripts ``` Executing: cmake -GXcode -DAPPLE_FRAMEWORK=ON -DCMAKE_INSTALL_PREFIX=install -DCMAKE_BUILD_TYPE=Release -DOPENCV_INCLUDE_INSTALL_PATH=include -DOPENCV_3P_LIB_INSTALL_PATH=lib/3rdparty -DFRAMEWORK_NAME=opencv2 -DIOS_ARCH=armv7 -DCMAKE_TOOLCHAIN_FILE=/Users/adamscholz/pdev/naxos/opencv/opencv/platforms/ios/cmake/Toolchains/Toolchain-iPhoneOS_Xcode.cmake -DCPU_BASELINE=DETECT /Users/adamscholz/pdev/naxos/opencv/opencv -DOPENCV_EXTRA_MODULES_PATH=/Users/adamscholz/pdev/naxos/opencv/opencv_contrib/modules -DCMAKE_C_FLAGS=-fembed-bitcode -DCMAKE_CXX_FLAGS=-fembed-bitcode...