Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 560 Bytes

File metadata and controls

20 lines (10 loc) · 560 Bytes

中文版

paddlejs-backend-nodegl

This package implements a backend in Node.js for Paddle.js. This backend helps you execute model in Node.js environment, using the webgl backend ops. Npm package gl provides a WebGL context in Node.js without making a window or loading a full browser environment.

Importing

You can install the backend package via npm. @paddlejs/paddlejs-backend-nodelgl.

// Import the registered NodeGL backend.
import '@paddlejs/paddlejs-backend-nodegl';