semi-bot 9d7513d744 v2.22.2 %!s(int64=3) %!d(string=hai) anos
..
scripts 02bf32b645 fix: change illustration build, fix shaking issue (#975) %!s(int64=3) %!d(string=hai) anos
src 8435cfaa42 fix: illustrations shaking fail, #961 (#963) %!s(int64=3) %!d(string=hai) anos
README.md 7efbe8f4cd chore(readme): adjust readme (#246) %!s(int64=4) %!d(string=hai) anos
gulpfile.js 02bf32b645 fix: change illustration build, fix shaking issue (#975) %!s(int64=3) %!d(string=hai) anos
package.json 9d7513d744 v2.22.2 %!s(int64=3) %!d(string=hai) anos
tsconfig.json f76bd5879d feat: init %!s(int64=4) %!d(string=hai) anos
webpack.config.js 626c4b9f9e Feat/support next (#245) %!s(int64=4) %!d(string=hai) anos

README.md

 📣 Introduce

Semantic Illustrations design by Semi Team

 🚀 Getting Start

install deps

npm install @douyinfe/semi-illustrations

as a react component

import { IllustrationIdle } from '@douyinfe/semi-illustrations';

ReactDOM.render(<IllustrationIdle />, root);

as empty content

import { Empty } from '@douyinfe/semi-ui';

ReactDOM.render(<Empty image={<IllustrationIdle />}></Empty>, root);