probcomp / inferenceql.viz

Apache License 2.0
1 stars 0 forks source link

Inline more icon #86

Closed harishtella closed 3 years ago

harishtella commented 3 years ago

What does this do?

It inlines the icon used for the more button into the program text. The original icon still remains in the resources folder.

Motivation

Inlining the icon allows the entire app to more easily be inlined into a single html using the inliner tool in npm. This is the only icon used by the app. The only other thing needed is advanced compilation. With that addition, the app can be inlined in a single command.