feat(arch): all non-generic icon packs are now lazy loaded

This commit is contained in:
NicolasNewman
2024-08-19 17:40:12 -05:00
parent d36522648f
commit 95c483934d
9 changed files with 77 additions and 49 deletions

View File

@@ -232,9 +232,8 @@
service s3(aws:s3)[Cloud Store]
service ec2(aws:ec2)[Server]
service wave(aws:wavelength)[Wave]
s3:L -- R:ec2
s3:T -- B:wave
service droplet(do:droplet)[Droplet]
service repo(gh:github)[Repository]
</pre
>
@@ -296,7 +295,7 @@
iconSize: 80,
},
useMaxWidth: false,
iconLibraries: ['aws:full'],
iconLibraries: ['aws:common', 'aws:full', 'github', 'digital-ocean'],
});
function callback() {
alert('It worked');