@magicpages/kalotyp-core 0.1.0 → 0.1.2
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/LICENSE +21 -0
- package/dist/canvas/viewport-controller.d.ts.map +1 -1
- package/dist/index.d.ts +32 -32
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2197 -1969
- package/dist/index.js.map +1 -1
- package/dist/pipeline/encode.d.ts.map +1 -1
- package/dist/plugins/annotate/bake.d.ts.map +1 -1
- package/dist/plugins/annotate/geometry.d.ts.map +1 -1
- package/dist/plugins/annotate/hit-test.d.ts.map +1 -1
- package/dist/plugins/crop/aspect-ratio.d.ts.map +1 -1
- package/dist/plugins/crop/resize.d.ts.map +1 -1
- package/dist/plugins/finetune/math.d.ts +2 -2
- package/dist/plugins/finetune/math.d.ts.map +1 -1
- package/dist/plugins/resize/bake.d.ts.map +1 -1
- package/dist/plugins/rotate/bake.d.ts.map +1 -1
- package/package.json +11 -11
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Magic Pages and contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"viewport-controller.d.ts","sourceRoot":"","sources":["../../src/canvas/viewport-controller.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,
|
|
1
|
+
{"version":3,"file":"viewport-controller.d.ts","sourceRoot":"","sources":["../../src/canvas/viewport-controller.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAGL,KAAK,eAAe,EACpB,KAAK,QAAQ,EACb,KAAK,iBAAiB,EACvB,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,QAAQ,IAAI,CAAC;AAC1B,eAAO,MAAM,QAAQ,OAAO,CAAC;AAE7B,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,SAAS,EAAE,iBAAiB,CAAC;IACtC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,MAAM,0BAA0B,GAAG,CAAC,QAAQ,EAAE,0BAA0B,KAAK,IAAI,CAAC;AAExF,kFAAkF;AAClF,qBAAa,kBAAkB;IAC7B,OAAO,CAAC,OAAO,CAAoB;IACnC,OAAO,CAAC,UAAU,CAAU;IAC5B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAkC;gBAEhD,OAAO,GAAE,iBAA+C;IAMpE,YAAY,IAAI,iBAAiB;IAIjC,WAAW,IAAI,0BAA0B;IAIzC,YAAY,CAAC,SAAS,EAAE,iBAAiB,GAAG,IAAI;IAOhD;;;;;;;OAOG;IACH,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,WAAW,EAAE,KAAK,GAAG,iBAAiB;IAkB/E;;;;OAIG;IACH,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI;IAUnC,UAAU,IAAI,IAAI;IAMlB,kEAAkE;IAClE,QAAQ,IAAI,IAAI;IAMhB,6EAA6E;IAC7E,WAAW,IAAI,OAAO;IAItB,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAMjC,eAAe,CAAC,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,IAAI,GAAG,QAAQ;IAI9D,gGAAgG;IAChG,SAAS,CAAC,QAAQ,EAAE,0BAA0B,GAAG,MAAM,IAAI;IAO3D,KAAK,IAAI,IAAI;IAIb,OAAO,CAAC,IAAI;CAIb"}
|
package/dist/index.d.ts
CHANGED
|
@@ -4,43 +4,43 @@
|
|
|
4
4
|
* AGENTS.md); this root entry IS the published interface and is the
|
|
5
5
|
* one intentional exception. Vite's library build tree-shakes through it.
|
|
6
6
|
*/
|
|
7
|
-
export {
|
|
8
|
-
export type
|
|
9
|
-
export { loadImage, type LoadedImage } from './canvas/load-image.js';
|
|
7
|
+
export { type BakeCanvas, bakeCanvasToBlob, canEncodeMime, createBakeCanvas, getBakeContext2D, } from './canvas/bake-canvas.js';
|
|
8
|
+
export { type LoadedImage, loadImage } from './canvas/load-image.js';
|
|
10
9
|
export { computeViewport, IDENTITY_VIEWPORT_TRANSFORM, pointDisplayToImage, pointImageToDisplay, rectDisplayToImage, rectImageToDisplay, type StageDimensions, type Viewport, type ViewportTransform, } from './canvas/viewport.js';
|
|
11
10
|
export { MAX_ZOOM, MIN_ZOOM, ViewportController, type ViewportControllerListener, type ViewportControllerSnapshot, } from './canvas/viewport-controller.js';
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export type { EditorEvents, SourceImage, UtilityContext, UtilityHandle, UtilityId, UtilityPlugin, } from './plugins/utility.js';
|
|
17
|
-
export { applyAspectRatio, fitRectToBoundsWithRatio, type AspectAnchor, } from './plugins/crop/aspect-ratio.js';
|
|
18
|
-
export { resizeRectFromHandle, type CornerHandle, type EdgeHandle, type HandleDirection, type ResizeOptions, } from './plugins/crop/resize.js';
|
|
19
|
-
export { filterPresets, isPresetVisible, type CropPreset, type CropPresetFilter, } from './plugins/crop/preset-filter.js';
|
|
20
|
-
export { applyPresetByIndex, initialCropState, type CropState, type InitialCropStateInput, } from './plugins/crop/state.js';
|
|
21
|
-
export { bakeCrop, type CropBakeInput } from './plugins/crop/bake.js';
|
|
22
|
-
export { deriveOutputName, encodeSourceImage, resolveOutputMime, type EncodeOptions, } from './pipeline/encode.js';
|
|
11
|
+
export type { EventListener, Unsubscribe as EventUnsubscribe } from './events/event-bus.js';
|
|
12
|
+
export { EventBus } from './events/event-bus.js';
|
|
13
|
+
export { clampRectInside, type Point, pointInRect, type Rect, rectBottom, rectCenter, rectFromPoints, rectRight, rectsEqual, roundRect, type Size, translateClampedRect, } from './geometry/rect.js';
|
|
14
|
+
export { HISTORY_MAX_ENTRIES, History, type SessionSnapshot, type UndoResult, } from './history/history.js';
|
|
23
15
|
export { clampQuality, DEFAULT_OUTPUT_STATE, ENCODABLE_MIMES, type OutputMimeChoice, type OutputState, setOutputMime, setOutputQuality, setStripMetadata, } from './output/state.js';
|
|
16
|
+
export { deriveOutputName, type EncodeOptions, encodeSourceImage, resolveOutputMime, } from './pipeline/encode.js';
|
|
24
17
|
export { copyJpegExif } from './pipeline/exif.js';
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
18
|
+
export { type ChainLink, runUtilityChain } from './pipeline/run-chain.js';
|
|
19
|
+
export { type AnnotateBakeInput, bakeAnnotate, paintShape, SYSTEM_FONT_STACK, } from './plugins/annotate/bake.js';
|
|
20
|
+
export { ALL_SELECTION_HANDLES, alignToOrigin, boundingBoxOf, estimateTextSize, rectFromHandleDrag, type SelectionHandle, selectionHandlePositions, } from './plugins/annotate/geometry.js';
|
|
21
|
+
export { hitTest, PICK_TOLERANCE, pickShape, } from './plugins/annotate/hit-test.js';
|
|
22
|
+
export { decimatePoints, MIN_SAMPLE_DISTANCE, tracePath, } from './plugins/annotate/smooth.js';
|
|
23
|
+
export { type AnnotateState, type AnnotateTool, type ArrowShape, addShape, assertNever, type CreateCenteredShapeContext, createCenteredShape, DEFAULT_PALETTE_COLOR, DEFAULT_STROKE_WIDTH, defaultStylePalette, deleteShape, type EllipseShape, FREEHAND_DEFAULT_STROKE, type FreehandShape, findShape, HIGHLIGHT_DEFAULT_COLOR, HIGHLIGHT_DEFAULT_STROKE, type HighlightShape, initialAnnotateState, isKeyboardPlaceableKind, KEYBOARD_PLACEABLE_KINDS, type KeyboardPlaceableKind, type KeyboardPlaceableShape, mintShapeId, mirrorShape, normaliseRectExtent, type RectShape, replaceShape, rotateShape, type Shape, type ShapeKind, type StylePalette, selectShape, setActiveTool, setStyle, TEXT_DEFAULT_FONT_SIZE, type TextShape, transformShapes, translateShape, } from './plugins/annotate/state.js';
|
|
24
|
+
export { type AspectAnchor, applyAspectRatio, fitRectToBoundsWithRatio, } from './plugins/crop/aspect-ratio.js';
|
|
25
|
+
export { bakeCrop, type CropBakeInput } from './plugins/crop/bake.js';
|
|
26
|
+
export { type CropPreset, type CropPresetFilter, filterPresets, isPresetVisible, } from './plugins/crop/preset-filter.js';
|
|
27
|
+
export { type CornerHandle, type EdgeHandle, type HandleDirection, type ResizeOptions, resizeRectFromHandle, } from './plugins/crop/resize.js';
|
|
28
|
+
export { applyPresetByIndex, type CropState, type InitialCropStateInput, initialCropState, } from './plugins/crop/state.js';
|
|
29
|
+
export { FILTER_PRESETS, type FilterPreset, type FilterPresetId, findActivePreset, finetuneStatesEqual, } from './plugins/filter/presets.js';
|
|
30
|
+
export { bakeFinetune } from './plugins/finetune/bake.js';
|
|
31
|
+
export { applyClarity, applyFinetuneLutAndSaturation, applyFinetuneToImageData, boxBlur3x3, buildFinetuneLut, type RasterImage, } from './plugins/finetune/math.js';
|
|
32
|
+
export { DEFAULT_FINETUNE_STATE, FINETUNE_ADJUSTMENTS, FINETUNE_MAX, FINETUNE_MIN, FINETUNE_STEP, type FinetuneKey, type FinetuneState, initialFinetuneState, isFinetuneNoOp, resetAllFinetune, resetFinetune, setFinetune, } from './plugins/finetune/state.js';
|
|
27
33
|
export { bakeFlip } from './plugins/flip/bake.js';
|
|
28
|
-
export {
|
|
34
|
+
export { type FlipState, initialFlipState, isFlipNoOp, toggleFlip, } from './plugins/flip/state.js';
|
|
35
|
+
export { bakeFrame, frameOutputSize, paintInsideFrame } from './plugins/frame/bake.js';
|
|
36
|
+
export { DEFAULT_FRAME_STATE, FRAME_PRESET_IDS, FRAME_PRESETS, type FramePreset, type FramePresetId, type FrameState, findFramePreset, initialFrameState, isFrameNoOp, setFrameColor, setFramePreset, } from './plugins/frame/state.js';
|
|
37
|
+
export { bakeRedact, paintRegion as paintRedactRegion, type RedactBakeInput, } from './plugins/redact/bake.js';
|
|
38
|
+
export { addRegion, type CreateCenteredRegionContext as CreateCenteredRedactRegionContext, createCenteredRegion as createCenteredRedactRegion, DEFAULT_REDACT_COLOR, DEFAULT_REDACT_MODE, deleteRegion as deleteRedactRegion, findRegion as findRedactRegion, type InitialRedactStateInput, initialRedactState, mintRegionId, mirrorRegions as mirrorRedactRegions, normaliseRegionExtent as normaliseRedactExtent, REDACT_MODES, type RedactMode, type RedactRegion, type RedactState, regionBoundingBox, replaceRegion as replaceRedactRegion, revalidateAgainstBounds as revalidateRedactAgainstBounds, rotateRegions as rotateRedactRegions, selectedRegionOf as selectedRedactRegionOf, selectRegion as selectRedactRegion, setCurrentColor as setRedactCurrentColor, setCurrentMode as setRedactCurrentMode, setRegionColor as setRedactRegionColor, setRegionMode as setRedactRegionMode, translateRegions as translateRedactRegions, } from './plugins/redact/state.js';
|
|
39
|
+
export { bakeResize } from './plugins/resize/bake.js';
|
|
40
|
+
export { effectivePercent, initialResizeState, isResizeNoOp, MAX_DIMENSION as RESIZE_MAX_DIMENSION, MIN_DIMENSION as RESIZE_MIN_DIMENSION, type ResizeState, resolveOutputSize, setHeightPx, setLockAspect, setPercent, setWidthPx, } from './plugins/resize/state.js';
|
|
29
41
|
export { bakeRotate } from './plugins/rotate/bake.js';
|
|
30
42
|
export { largestInscribedRect } from './plugins/rotate/inscribe.js';
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export { applyClarity, applyFinetuneLutAndSaturation, applyFinetuneToImageData, boxBlur3x3, buildFinetuneLut, type RasterImage, } from './plugins/finetune/math.js';
|
|
35
|
-
export { bakeFinetune } from './plugins/finetune/bake.js';
|
|
36
|
-
export { FILTER_PRESETS, type FilterPreset, type FilterPresetId, findActivePreset, finetuneStatesEqual, } from './plugins/filter/presets.js';
|
|
37
|
-
export { type AnnotateState, type AnnotateTool, type ArrowShape, type CreateCenteredShapeContext, type EllipseShape, type FreehandShape, type HighlightShape, type KeyboardPlaceableKind, type KeyboardPlaceableShape, type RectShape, type Shape, type ShapeKind, type StylePalette, type TextShape, addShape, assertNever, createCenteredShape, defaultStylePalette, deleteShape, DEFAULT_PALETTE_COLOR, DEFAULT_STROKE_WIDTH, findShape, FREEHAND_DEFAULT_STROKE, HIGHLIGHT_DEFAULT_COLOR, HIGHLIGHT_DEFAULT_STROKE, initialAnnotateState, isKeyboardPlaceableKind, KEYBOARD_PLACEABLE_KINDS, mintShapeId, mirrorShape, normaliseRectExtent, replaceShape, rotateShape, selectShape, setActiveTool, setStyle, TEXT_DEFAULT_FONT_SIZE, transformShapes, translateShape, } from './plugins/annotate/state.js';
|
|
38
|
-
export { ALL_SELECTION_HANDLES, alignToOrigin, boundingBoxOf, estimateTextSize, rectFromHandleDrag, selectionHandlePositions, type SelectionHandle, } from './plugins/annotate/geometry.js';
|
|
39
|
-
export { hitTest, pickShape, PICK_TOLERANCE, } from './plugins/annotate/hit-test.js';
|
|
40
|
-
export { decimatePoints, MIN_SAMPLE_DISTANCE, tracePath, } from './plugins/annotate/smooth.js';
|
|
41
|
-
export { bakeAnnotate, paintShape, SYSTEM_FONT_STACK, type AnnotateBakeInput, } from './plugins/annotate/bake.js';
|
|
42
|
-
export { type CreateCenteredRegionContext as CreateCenteredRedactRegionContext, DEFAULT_REDACT_COLOR, DEFAULT_REDACT_MODE, type InitialRedactStateInput, REDACT_MODES, type RedactMode, type RedactRegion, type RedactState, addRegion, createCenteredRegion as createCenteredRedactRegion, deleteRegion as deleteRedactRegion, findRegion as findRedactRegion, initialRedactState, mintRegionId, mirrorRegions as mirrorRedactRegions, normaliseRegionExtent as normaliseRedactExtent, regionBoundingBox, replaceRegion as replaceRedactRegion, revalidateAgainstBounds as revalidateRedactAgainstBounds, rotateRegions as rotateRedactRegions, selectRegion as selectRedactRegion, selectedRegionOf as selectedRedactRegionOf, setCurrentColor as setRedactCurrentColor, setCurrentMode as setRedactCurrentMode, setRegionColor as setRedactRegionColor, setRegionMode as setRedactRegionMode, translateRegions as translateRedactRegions, } from './plugins/redact/state.js';
|
|
43
|
-
export { bakeRedact, paintRegion as paintRedactRegion, type RedactBakeInput, } from './plugins/redact/bake.js';
|
|
44
|
-
export { DEFAULT_FRAME_STATE, FRAME_PRESETS, FRAME_PRESET_IDS, type FramePreset, type FramePresetId, type FrameState, findFramePreset, initialFrameState, isFrameNoOp, setFrameColor, setFramePreset, } from './plugins/frame/state.js';
|
|
45
|
-
export { bakeFrame, frameOutputSize, paintInsideFrame } from './plugins/frame/bake.js';
|
|
43
|
+
export { effectiveAngleDeg, FREE_ANGLE_MAX, FREE_ANGLE_MIN, FREE_ANGLE_STEP, initialRotateState, isRotateNoOp, type RotateState, rotateClockwise, rotateCounterClockwise, setFreeAngle, } from './plugins/rotate/state.js';
|
|
44
|
+
export type { EditorEvents, SourceImage, UtilityContext, UtilityHandle, UtilityId, UtilityPlugin, } from './plugins/utility.js';
|
|
45
|
+
export { createStore, type Store, type StoreListener } from './state/store.js';
|
|
46
46
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|