The Fore library is currently included as a copy in src/resources/js/fore-all.js
The version is not clear.
It is bundled with lit-element version 1.4.1 judging from its contents. I don't know if that is still the case with more recent versions.
Loading a version form node modules would make it
- obvious which version is used
- easier to update fore in the future
The Fore library is currently included as a copy in src/resources/js/fore-all.js
The version is not clear.
It is bundled with lit-element version 1.4.1 judging from its contents. I don't know if that is still the case with more recent versions.
Loading a version form node modules would make it