Skip to content

Instantly share code, notes, and snippets.

@itacirgabral
Created April 2, 2020 22:11
Show Gist options
  • Save itacirgabral/63e6c2f7e95453c86b5b6b8ea94ac776 to your computer and use it in GitHub Desktop.
Save itacirgabral/63e6c2f7e95453c86b5b6b8ea94ac776 to your computer and use it in GitHub Desktop.
svgojstest
import { s10000 } from '@iswa/svgojs'
console.log(s10000)
// npm install
// npm start
{
"name": "svgojstest",
"type": "module",
"scripts": {
"start": "node --es-module-specifier-resolution=node ./index.js"
},
"dependencies": {
"@iswa/svgojs": "^1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment