UNPKG

tensor-as-base64

Version:
24 lines (15 loc) 247 B
# tensor-as-base64 A small utility to take a tensor and convert it to a base64 src. ## Install Yarn: ``` yarn add tensor-as-base64 ``` NPM: ``` npm install tensor-as-base64 ``` ## Use ``` import tensorAsBase64 from 'tensor-as-base64'; ```