pixelkiln 0.39.0 → 0.40.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/CONTRIBUTING.md +1 -0
- package/README.md +2 -2
- package/dist/cli.js +751 -355
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +80 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +84 -2
- package/dist/index.d.ts +84 -2
- package/dist/index.js +80 -5
- package/dist/index.js.map +1 -1
- package/docs/CLI.md +32 -1
- package/docs/MANIFEST.md +12 -1
- package/docs/TILES.md +5 -0
- package/package.json +2 -1
- package/schema/manifest.schema.json +4 -0
package/CONTRIBUTING.md
CHANGED
package/README.md
CHANGED
|
@@ -390,8 +390,8 @@ package share one source. Policies: [Contributing](./CONTRIBUTING.md),
|
|
|
390
390
|
|
|
391
391
|
## Scope
|
|
392
392
|
|
|
393
|
-
|
|
394
|
-
|
|
393
|
+
Salvaging characters, and PixelLab's portrait and outfit tools, are not
|
|
394
|
+
implemented. Cross-project content-cache reuse and `workspace find`
|
|
395
395
|
are deferred. See the open [roadmap issues](https://github.com/gfargo/pixelkiln/issues).
|
|
396
396
|
|
|
397
397
|
## License
|