Skip to content

Commit

Permalink
refactor(ccc/export): more alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Nov 15, 2024
1 parent 8ce530e commit 7571e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ccc/src/export/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { exportToAPNG } from './apng'
export { exportToJSON } from './json'
export { exportToAPNG, exportToAPNG as exportToApng } from './apng'
export { exportToJSON, exportToJSON as exportToJson } from './json'
export { exportToMD, exportToMD as exportToMarkdown } from './md'
export { exportToPNG } from './png'
export { exportToPNG, exportToPNG as exportToPng } from './png'

0 comments on commit 7571e2a

Please sign in to comment.