TP_JO2024/home/dist/patch
2024-03-27 17:19:37 +01:00
..
patch.module.js final 2024-03-27 17:19:37 +01:00
patch.module.js.map final 2024-03-27 17:19:37 +01:00
patch.module.min.js final 2024-03-27 17:19:37 +01:00
patch.module.min.js.map final 2024-03-27 17:19:37 +01:00
patch.nomodule.js final 2024-03-27 17:19:37 +01:00
patch.nomodule.js.map final 2024-03-27 17:19:37 +01:00
patch.nomodule.min.js final 2024-03-27 17:19:37 +01:00
patch.nomodule.min.js.map final 2024-03-27 17:19:37 +01:00
README.md final 2024-03-27 17:19:37 +01:00

patch

Utilisation

Afin dutiliser le composant patch, il est nécessaire dajouter les fichiers de styles et de scripts présents dans le dossier dist dans l'ordre suivant :\n

<html>
  <head>
  </head>
  <body>
    <script type="module" href="js/patch/patch.module.min.js" ></script>
    <script type="text/javascript" nomodule href="js/patch/patch.nomodule.min.js" ></script>
  </body>
</html>