What is bindings?
"Helper module for loading your native module's .node file"
bindings is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 11.0 KB on disk.
Installation Guide
# Install via NPM
npm install bindings
# Install via Yarn
yarn add bindings