Skip to content

Commit 08479d9

Browse files
committed
doc: add size badges to utf8 and utf16 exports
1 parent d4afaf3 commit 08479d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ See [the list of encodings](https://encoding.spec.whatwg.org/#names-and-labels).
126126

127127
## API
128128

129-
### @exodus/bytes/utf8.js
129+
### @exodus/bytes/utf8.js <sub>![](https://img.shields.io/bundlejs/size/@exodus/bytes/utf8.js?style=flat-square)<sub>
130130

131131
UTF-8 encoding/decoding
132132

@@ -192,7 +192,7 @@ Prefer using strict throwing methods for cryptography applications._
192192
This is similar to `new TextDecoder('utf-8', { ignoreBOM: true }).decode(arr)`,
193193
but works on all engines.
194194

195-
### @exodus/bytes/utf16.js
195+
### @exodus/bytes/utf16.js <sub>![](https://img.shields.io/bundlejs/size/@exodus/bytes/utf16.js?style=flat-square)<sub>
196196

197197
UTF-16 encoding/decoding
198198

0 commit comments

Comments
 (0)