Skip to content

Latest commit

 

History

History

paddlejs-backend-nodegl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

中文版

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';