r3f-robot
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

r3f-robot

Installation

npm install

Linting

eslint is disabled for most components, because eslint can't handle non-standard attribute for elements with lowercase names:

<group ref={groupRef} position={[0, 0, 0]}>

But this a convention of react-three-fiber. It's disabled like this at the top of a tsx file:

/* eslint-disable */
import React, { useEffect, useRef, useState } from 'react'
...

You can run prettier and lint like so:

npm run prettier
npm run lint

Testing

npm run test

Production build

npm run build

Package Sidebar

Install

npm i r3f-robot

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

15.1 kB

Total Files

21

Last publish

Collaborators

  • chrispaliqaw