We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b60d02 commit 02d8677Copy full SHA for 02d8677
1 file changed
README.md
@@ -80,6 +80,10 @@ npm install raylib
80
## DRM
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'
85
+const rl = require('raylib/drm')
86
+```
87
88
### CLI
89
0 commit comments