altcha-org / altcha-lib

A JavaScript library for creating and verifying ALTCHA challenges.
https://altcha.org
MIT License
18 stars 5 forks source link

Add Default Exports #3

Closed schwarmco closed 4 months ago

schwarmco commented 4 months ago

Introducing default exports to enable this:

import altcha from 'altcha-lib'
altcha.verifySolution(...)
ovx commented 4 months ago

Hi, thanks your PR, published as 0.1.5.