UNPKG

base64-to-tensor

Version:

a pure js convert a base64 to a tensor object for node

6 lines (5 loc) 221 B
export { base64Replacer } from "./trim-base64"; export { convert } from "./convert"; export { convertAsync } from "./convert-async"; export { convertBuffer } from "./decode"; export { toTypedArray } from "./typed-array";