Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Sep 18, 2023
1 parent 888d0a0 commit 75bd9ca
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,7 @@ Many optimizations are available off the shelf from [`@gltf-transform/functions`
import gltf from "rollup-plugin-gltf"; // (a) Rollup
import gltf from "vite-plugin-gltf"; // (b) Vite

import {
dedup,
draco,
prune,
textureResize,
mozjpeg,
oxipng,
} from "@gltf-transform/functions";
import { dedup, draco, prune, textureCompress } from "@gltf-transform/functions";
import sharp from 'sharp';

return {
Expand Down

0 comments on commit 75bd9ca

Please sign in to comment.