You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the opacity for the accesses (heatmap), toggle background, split
With this commit the opacity is automatically changed to fit the maximum access and the current access.
Additionally two toggle buttons were introduced, one to toggle either black or white background for the memory table, the other to toggle either the unified memory view or the split (into read and write) memory view.
Copy file name to clipboardExpand all lines: html/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,10 @@ This will currently create a `build` folder with an `index.html` file in it.
90
90
91
91
All packages used in `package.json` are listed here with a short explanation (in alphabetical order).
92
92
93
+
*`@iconify/icons-ic`
94
+
* Add the `icons-ic` icon set for offline use. A list of all available icons can be found [here](https://icon-sets.iconify.design/ic/).
95
+
*`@iconify/svelte`
96
+
* Add a icon component of the `iconify` library which is usable in Svelte.
93
97
*`@skeletonlabs/skeleton`
94
98
* This is a UI framework which provides some pre-made components for svelte (like the drawer) and additionally dictates the default style, the official docs can be found [here](https://www.skeleton.dev/docs/why)
95
99
*`@sveltejs/vite-plugin-svelte`
@@ -106,6 +110,8 @@ All packages used in `package.json` are listed here with a short explanation (in
106
110
* Add ESLint (rule) support to TypeScript code.
107
111
*`autoprefixer`
108
112
* A PostCSS plugin to automatically add necessary browser prefixes to CSS, so that more browsers are supported.
113
+
*`color2k`
114
+
* A compact library for color manipulations. (Interpolate between colors, make them more transparent, and be able to output this as a color for CSS)
109
115
*`esbuild`
110
116
* Used by Vite for minification and transpilation. (Also supports features like tree shaking)
0 commit comments