bmarian / token-tooltip-alt

A module that adds a tooltip next to the currently hovered token to show some useful information for players and DMs.
MIT License
9 stars 15 forks source link

[FEATURE REQUEST] API Call #118

Open brunocalado opened 1 year ago

brunocalado commented 1 year ago

Hi.

Can you add a way to allow a module to load token-tooltip-alt configuration?

This is useful to allow a module do all settings without need to the user have to manually click import a file.

Example: const myJSON="json config"; api.loadThisConfigFile(myJSON); // THIS would do the same Import does, but on the world load