From 38d589adc818691c2cedc9d57098a03878467837 Mon Sep 17 00:00:00 2001 From: Ye-hyoung Kang Date: Fri, 28 Jan 2022 11:17:53 +0900 Subject: [PATCH] docs: link to benchmark page --- README.md | 4 ++++ examples/browser/statics/index.html | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 198544e..155aa63 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,10 @@ layerPixelData = layer.composite(true, false); layerPixelData = layer.composite(false); ``` +## Benchmarks + +You can run [benchmarks for @webtoon/psd in your browser](https://webtoon.github.io/psd/benchmark/). + ## License `@webtoon/psd` is released under the [MIT license](https://github.com/webtoon/psd/blob/master/LICENSE). diff --git a/examples/browser/statics/index.html b/examples/browser/statics/index.html index 4bef9a2..d1e3701 100644 --- a/examples/browser/statics/index.html +++ b/examples/browser/statics/index.html @@ -60,6 +60,11 @@

Features

  • Supports .psb file
  • Supports unicode text (ex, layer title)
  • +

    Benchmarks

    +

    + Run benchmarks for @webtoon/psd against + other PSD parsers on any PSD file. +