Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 812 Bytes

File metadata and controls

21 lines (14 loc) · 812 Bytes

中文版

paddlejs-backend-webgl

This package is WebGL backend accelerated by GPU registered automatically after importing.

version size downloads downloads

Via NPM

// import the registered webgl backend.
import '@paddlejs/paddlejs-backend-webgl';

Via a script tag

<!-- import the registered webgl backend -->
<script src="https://paddlejs.cdn.bcebos.com/paddlejs/paddlejs-backend-webgl"></script>