Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 236 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 236 Bytes

node-sdl2

SDL2 bindings to node.js

Quickstart

npm run generate  # Regenerate C++ bindings
npm install       # Build native bindings
npm lint          # Perform ESLint check
npm test          # Run Jest unit tests.