mincho-js / mincho

Natural CSS in TypeScript
MIT License
35 stars 0 forks source link

Debuglog type declare, print #40

Closed black7375 closed 2 months ago

black7375 commented 2 months ago

Is your feature request related to a problem?

  1. Type: It is currently defined as unknown, which is very inconvenient.
  2. Print:The output should be correct when the same result comes in and when a large object comes in.

The solution I'd like

  1. Type: Use function overload
  2. Print: We should only output the same object once, and adjust the padding of the box when outputting.

Screenshots or video

No response

Alternatives I've considered

No response

Additional context

No response