8000 GitHub - nottyo/liff-type: Type definition for LINE Frontend Framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nottyo/liff-type

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liff-type

Type definition for LINE Frontend Framework

Installation

npm i -D liff-type

Usage

In .tsconfig, add liff-type to types in compilerOptions

{
    "compilerOptions": {
        "types": ["liff-type"]
    }
}

In your code, you can access liff directly as global variable without window!

example

About

Type definition for LINE Frontend Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0