Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 304 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 304 Bytes

An Example of zstd-codec on browser

Installation

yarn install

Build

yarn build

Run

Run HTTP server

# move to dist
cd dist/

# with python2.x
python -m SimpleHTTPServer 8084

# with python3.x
python -m http.server 8084

Access to http://localhost:8084