Skip to content

Commit

Permalink
feat: add transform-gpu utility classname (closes #110)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jan 5, 2021
1 parent c130f57 commit 53f4973
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cli/lib/non-configurable/transforms.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export default {};
const hardwareAcceleration = ['transform-gpu'];

export default {
hardwareAcceleration,
};

0 comments on commit 53f4973

Please sign in to comment.