Skip to content
Snippets Groups Projects
Commit 6bf5ce61 authored by Jesse Baker's avatar Jesse Baker
Browse files

removed commented out code

parent 218ee8bd
No related branches found
No related tags found
No related merge requests found
......@@ -24,26 +24,6 @@ import {
import Canvas from './features/canvas/Canvas';
import { ZoomInIcon } from '@radix-ui/react-icons';
// const scaleValues = {
// '25%': '0.25',
// '33%': '0.33',
// '50%': '0.5',
// '67%': '0.67',
// '75%': '0.75',
// '80%': '0.8',
// '90%': '0.9',
// '100%': '1',
// '110%': '1.1',
// '125%': '1.25',
// '150%': '1.5',
// '175%': '1.75',
// '200%': '2',
// '250%': '2.5',
// '300%': '3',
// '400%': '4',
// '500%': '5',
// };
const scaleValues = [
{ scale: 0.25, percent: '25%' },
{ scale: 0.33, percent: '33%' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment