Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 618 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 618 Bytes

liff-sdk-local

npm version TypeScript

LIFF(LINE Front-end Framework) SDK stub locally.

Installation

Using npm:

npm install liff-sdk-local --save-dev

Using yarn:

yarn add liff-sdk-local --dev

Directly include it in html:

<script src="https://cdn.jsdelivr.net/npm/liff-sdk-local/dist/liff-sdk-local.min.js"></script>

Usage

See example.

License

The MIT License