From 9bdd1aec485ee152c9f148486e853a9c3f8e0530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20M=C3=BCller?= Date: Tue, 8 May 2018 14:12:55 +0200 Subject: [PATCH] added simple usage table --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index dd175f8..81b5875 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ npm install @esentri/transformer-functions yarn add @esentri/transformer-functions ``` +# Usage + +Choose the needed function from the table (left = from, top = to): + +| From \ To | String | HexString | ArrayBuffer | +|-------------|---------------------|------------------------|------------------------| +| String | - | - | StringToArrayBuffer | +| HexString | - | - | HexStringToArrayBuffer | +| ArrayBuffer | ArrayBufferToString | ArrayBufferToHexString | - | + + + # Projects used * [Typescript Library Starter](https://github.com/alexjoverm/typescript-library-starter)