0.30.0 • Published 3 months ago

@flying-dice/tslua-base64 v0.30.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Base64 for TypeScriptToLua

This repository contains TypeScript type definitions and the associated Lua code for the lbase64 library.

Installation

To use this library in your project, you need to have Node.js and npm installed. You can then install the type definitions via npm with the command

npm install @flying-dice/tslua-base64

Usage

import * as base64 from "@flying-dice/tslua-base64";

// Example of Encoding to String
const data = `return 1 + 1`;

const encoded = base64.encode(data); // "cmV0dXJuIDEgKyAx"

// Example of Decoding from String
const decoded = base64.decode(encoded); // "return 1 + 1"
0.30.0

3 months ago

0.29.3

3 months ago

0.29.2

4 months ago

0.29.0

4 months ago

0.28.1

4 months ago

0.28.3

4 months ago

0.29.1

4 months ago

0.28.2

4 months ago

0.27.2

4 months ago

0.28.0

4 months ago

0.27.1

4 months ago

0.27.0

4 months ago

0.26.2

4 months ago

0.26.1

4 months ago

0.26.0

4 months ago

0.25.0

5 months ago

0.24.0

5 months ago

0.23.0

5 months ago

0.22.0

5 months ago

0.21.0

5 months ago

0.20.1

5 months ago

0.20.0

5 months ago

0.19.0

5 months ago

0.18.0

5 months ago

0.17.0

5 months ago

0.16.0

5 months ago

0.15.2

5 months ago

0.15.1

5 months ago

0.15.0

5 months ago

0.14.0

5 months ago

0.13.0

5 months ago

0.12.0

5 months ago

0.11.0

5 months ago

0.10.0

5 months ago

0.9.0

5 months ago

0.8.0

5 months ago

0.7.0

5 months ago

0.6.0

5 months ago

0.5.0

5 months ago