Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use native ESM and update dependencies #39

Closed
wants to merge 4 commits into from
Closed

Conversation

da-Kai
Copy link

@da-Kai da-Kai commented Aug 28, 2024

I triead once again, what PR #37 tried to do.

I also replaced some old dependencies:

  • 'exec-buffer' -> 'execa' and 'tmp'
  • 'xo' -> 'eslint'

I added the 'stripMetadata' option, as #27 suggested.

@da-Kai da-Kai changed the title Major Update Use native ESM and update dependencies Aug 28, 2024
@sindresorhus
Copy link
Contributor

'xo' -> 'eslint'

I'm not interesting in this change.

import { execa } from "execa";
import { Buffer } from "buffer";
import isPng from "is-png";
import tmp from 'tmp';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type: `boolean`\
Default: `true`

Strip Metadata.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unrelated and should be done in a separate pull request. The text should also not be title-case.

@da-Kai da-Kai closed this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants