Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alshdavid/kit


https://github.com/alshdavid/kit

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# JavaScript Kit Utils

```
npm install @alshdavid/kit
```

```typescript
import { sha256 } from '@alshdavid/kit/crypto'

void (async function main() {
const foo = await sha256('foo')
})()
```

From the brower

```javascript
await import('https://cdn.alshdavid.com/scripts/kit.js')

const foo = await acs.crypto.sha256('foo')
```