Prismjs-Highlight
PrismJS is a lightweight and extensible syntax highlighting library for web developers. It allows you to add code syntax highlighting to your website or application easily.
Add Package
yarn add prismjs
Import
import Prism from "prismjs";
Remove Package
yarn remove prismjs [ remove specific package from
package.json ]