nekos 1.0.9 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.cjs +1992 -0
  3. package/package.json +8 -3
package/README.md CHANGED
@@ -15,7 +15,10 @@ npm install nekos
15
15
  ## Usage
16
16
 
17
17
  ```javascript
18
+ // ESM
18
19
  import nekos from "nekos";
20
+ // CJS
21
+ const nekos = require("nekos").default;
19
22
 
20
23
  // Log a random cat
21
24
  nekos();