diff --git a/docs/index.html b/docs/index.html index 474c24d..f877207 100644 --- a/docs/index.html +++ b/docs/index.html @@ -76,6 +76,7 @@ class="item" v-html="sample.code"> +
{{ sample.description }}
{{ sample.note }}
diff --git a/docs/script.js b/docs/script.js index 98544f7..2424785 100644 --- a/docs/script.js +++ b/docs/script.js @@ -196,6 +196,23 @@ const sampleCollection = [ `, }, + { + title: 'avatar', + description: 'It is recommended to "image-rendering: pixelated".', + showCode: false, + code: `