Skip to content

Node usage

Tom edited this page Sep 21, 2021 · 1 revision

gbx.js is made for browsers, however it can also work with Node. Some extra precautions have to be taken if you want to use it in a backend environment.

  • base64 conversion is not available
  • force has always to be set on true
  • Conversion has to be done by yourself
Clone this wiki locally