help wanted
Repository metrics
- Stars
- (746 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Something like this:
const Frint = require('frint');
console.log(Frint.version); // 2.2.0
That way, we can know while debugging in the browser what version we are dealing with quickly.
(I currently have no idea how this can be done)