Skip to content

Commit

Permalink
Leftovers after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Czaplinski committed Oct 19, 2022
1 parent ef179ed commit 72a196d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions packages/psd/src/sections/LayerAndMaskInformation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
// Copyright 2021-present NAVER WEBTOON
// MIT License

import {
AdditionalLayerInfo,
AliKey,
FileVersionSpec,
GroupDivider,
} from "../../interfaces";
import {FileVersionSpec, GroupDivider} from "../../interfaces";
import {Cursor, PanicFrameStackUnmatched} from "../../utils";
import {GroupFrame, LayerFrame} from "./classes";
import {AdditionalLayerProperties, Frame} from "./interfaces";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import {
AdditionalLayerInfo,
AliKey,
BlendMode,
ChannelBytes,
ChannelKind,
Expand Down Expand Up @@ -35,7 +34,6 @@ export interface LayerRecord {
/** If defined, containts extra text properties */
engineData?: EngineData;
maskData: MaskData;
extraData?: Record<string, unknown>;
}

export type LayerChannels = Map<ChannelKind, ChannelBytes>;
Expand Down

0 comments on commit 72a196d

Please sign in to comment.