Use google code prettifier

pull/1/head
Nikita Tokarchuk 2 years ago
parent 9520a07089
commit f182988346
Signed by: mainnika
GPG Key ID: A595FB7E3E56911C
  1. 1
      package.json
  2. 5
      web/index.js

@ -21,5 +21,6 @@
},
"dependencies": {
"bootstrap-icons": "^1.7.1",
"code-prettify": "^0.1.0"
}
}

@ -1,4 +1,9 @@
import "./font.css"
import "./index.scss"
import "code-prettify/styles/desert.css"
import "bootstrap-icons/font/bootstrap-icons.css"
import "code-prettify"
PR.prettyPrint();

Loading…
Cancel
Save