Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Srabutdotcom committed Jan 1, 2024
1 parent fcf726e commit fa333e1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# modules

## _Javascript tools_

### Fitur

- modules.addModule - menambahkan module dari absolute path. Tidak perlu kawatir akan error karena salah mime type
- modules.getModule - promise mengunduh modul.

## Petunjuk

```javascript
import { modules } from "./dist/modul.min.js";

// add modul
modules.addModule('absolute path')

// get module
const funtionName = modules.getModule('functionName')
```

0 comments on commit fa333e1

Please sign in to comment.