We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a4f84 commit 14622a8Copy full SHA for 14622a8
README.md
@@ -81,7 +81,7 @@ npm install raylib
81
On some ARM devices like Raspberry PI, raylib can be used in a DRM mode instead of rendering to an x11 window. This version requires a seperate
82
native addon, and on installation on ARM devices node-raylib will include both. To use the DRM mode, import `raylib/drm` instead.
83
```js
84
-import * as rl from 'raylib/drm'
+import * as rl from 'raylib/drm/index.js'
85
const rl = require('raylib/drm')
86
```
87
0 commit comments