Skip to content

Commit c533416

Browse files
committed
feat(assets): Merge static js and css assets.
1 parent baa1c53 commit c533416

18 files changed

+29603
-2830
lines changed

assets/graph-render-worker.txt.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Import Pixi.js library
22
if( 'function' === typeof importScripts)
33
{
4-
importScripts('https://d157l7jdn8e5sf.cloudfront.net/v7.2.0/webworker.js', './tinycolor.js');
5-
4+
importScripts('./webWorker.js', './tinycolor.js');
65
addEventListener('message', onMessage);
76

87
let app;

assets/obsidian-styles.txt.css

Lines changed: 1 addition & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/obsidian-styles.txt.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
var UtilsGlobal=(()=>{})();

0 commit comments

Comments
 (0)