
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@splinetool/r3f-spline
Advanced tools
[](https://my.spline.design/splinereactlogocopycopy-eaa074bf6b2cc82d870c96e262a625ae/)
r3f-spline is a React hook that lets you use your Spline scene with react-three-fiber.
š Spline is a friendly 3d collaborative design tool for the web.
Website ā Twitter ā Community ā Documentation
yarn add @splinetool/r3f-spline @splinetool/loader
or
npm install @splinetool/r3f-spline @splinetool/loader
NOTE: make sure you also install the @react-three/fiber
and three
dependencies.
import useSpline from '@splinetool/r3f-spline'
export default function Scene({ ...props }) {
const { nodes, materials } = useSpline('https://prod.spline.design/2fzdsSVagfszNxsd/scene.spline')
return (
<group {...props} dispose={null}>
<mesh
name="Rectangle"
geometry={nodes.Rectangle.geometry}
material={materials['Rectangle Material']}
/>
</group>
)
}
FAQs
[](https://my.spline.design/splinereactlogocopycopy-eaa074bf6b2cc82d870c96e262a625ae/)
The npm package @splinetool/r3f-spline receives a total of 1,163 weekly downloads. As such, @splinetool/r3f-spline popularity was classified as popular.
We found that @splinetool/r3f-spline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.