ESM: Ported MS and Entropy operations

This commit is contained in:
n1474335 2018-05-16 11:39:30 +01:00
parent ebcc5bd9c8
commit 84df055888
10 changed files with 705 additions and 189 deletions

View file

@ -13,7 +13,7 @@ import "bootstrap";
import "bootstrap-switch";
import "bootstrap-colorpicker";
import moment from "moment-timezone";
import CanvasComponents from "../core/vendor/canvascomponents.js";
import * as CanvasComponents from "../core/lib/CanvasComponents";
// CyberChef
import App from "./App";