Skip to content

Commit

Permalink
Update texture-packer.mdx (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
furic authored Sep 3, 2024
1 parent 7de5e20 commit 972ce84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/pipes/texture-packer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To compress the texture atlases you can use the `texturePackerCompress` plugin.

```js
import { compress } from "@assetpack/core/image";
import { compress } from "@assetpack/core/texture-packer";
import { texturePackerCompress } from "@assetpack/core/texture-packer";

// these options are the default values, all options shown here are optional
const options = {
Expand Down

0 comments on commit 972ce84

Please sign in to comment.