add npx script

This commit is contained in:
Yath Seanghay
2021-01-07 19:32:37 +07:00
parent 51bec7f644
commit 3d6e695619
2 changed files with 38 additions and 0 deletions
+8
View File
@@ -189,8 +189,16 @@ export default function Home() {
<ReactSVG src="/github.svg"/>
</a>
</div>
<h5>Or using command line</h5>
<p className="vd-code-snippet">
npx <span className="vd-cmd">vector-drawable-svg</span> <span className="vd-input">my-drawable.xml</span> <span className="vd-input">out.svg</span>
</p>
</footer>
</div>
</div>
</>
)