pixelkiln 0.41.0 → 0.42.0
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.
- package/README.md +1 -1
- package/dist/cli.js +772 -533
- package/dist/cli.js.map +1 -1
- package/dist/client/gallery.js +14 -0
- package/dist/index.cjs +675 -420
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +138 -23
- package/dist/index.d.ts +138 -23
- package/dist/index.js +652 -398
- package/dist/index.js.map +1 -1
- package/docs/GENERATORS.md +6 -2
- package/docs/MANIFEST.md +48 -3
- package/package.json +1 -1
- package/schema/manifest.schema.json +4 -3
- package/skills/pixelkiln/references/pixellab.md +7 -1
package/README.md
CHANGED
|
@@ -255,7 +255,7 @@ Measured PixelLab economics vary by 40×:
|
|
|
255
255
|
| Exact closed palette | `pixflux` | 1 generation |
|
|
256
256
|
| Candidate variety/reference anchoring/future animation | `1dir` | 20–40 generations |
|
|
257
257
|
| Independent or connectable ground tiles | `tiles` | 20–40 generations |
|
|
258
|
-
| A character in 4 or 8 directions, its poses, its loops | `character` | 1 per base, 20–40 per pose, 1 per template loop |
|
|
258
|
+
| A character in 4 or 8 directions, its poses, its loops | `character` | 1 per base, 20–40 per pose, 1 per template loop per direction; a `mirror` of a loop is free |
|
|
259
259
|
|
|
260
260
|
Start with the required capability, not the most expensive endpoint. Forty
|
|
261
261
|
`map` re-rolls cost the same as one 64×64 `1dir` call; conversely, `map` cannot
|