RAIRLab / Peirce-My-Heart

A graphical web application for interactive theorem proving in Charles Peirce's alpha existential graph system.
https://rairlab.github.io/Peirce-My-Heart/
MIT License
10 stars 0 forks source link

Fix external dependencies to use NPM #341

Closed James-Oswald closed 8 months ago

James-Oswald commented 8 months ago

Fork awesome and theme change library both are imported via CDN links. They should be added as node dependencies so we can get updates for them.

    <!--Fork Awesome Icons-->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
    <!--Theme Change Library-->
    <script src="https://cdn.jsdelivr.net/npm/theme-change@2.0.2/index.js"></script>