VSReacT v0.0.8
@vsreact/core/componentssubpath export — the whole component
kit importable on its own (import { Knob, Select, Meter } from "@vsreact/core/components"). Same exports as the root; exists for
readability and as the boundary line if the kit ever becomes its own
package. Everything still ships in the one@vsreact/coreinstall.
Install
bun add @vsreact/core # or npm install / yarn add / pnpm addFetch the native JUCE module with CMake:
include(FetchContent)
FetchContent_Declare(vsreact
GIT_REPOSITORY https://github.com/N9RecordsTechnologiesIL/VSReacT.git
GIT_TAG v0.0.8
SOURCE_SUBDIR vsreact)
FetchContent_MakeAvailable(vsreact)