UNPKG
svgedit
Version:
dev (7.0.0-beta.6)
latest (7.4.2)
7.4.2
7.4.1
7.4.0
7.3.8
7.3.7
7.3.6
7.3.5
7.3.4
7.3.3
7.3.2
7.3.1
7.3.0
7.2.0
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.0
7.0.0-beta.6
7.0.0-beta.5
7.0.0-beta.4
7.0.0-beta.3
7.0.0-beta.2
7.0.0-beta.1
5.1.0
5.0.0
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
3.0.0-rc.3
3.0.0-rc.2
3.0.0-rc.1
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
Powerful SVG-Editor for your browser
github.com/SVG-Edit/svgedit
SVG-Edit/svgedit
svgedit
/
packages
/
react-test
/
node_modules
/
lru-cache
/
dist
/
esm
/
perf.js
7 lines
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
const
defaultPerf = (
typeof
performance ===
'object'
&& performance &&
typeof
performance.
now
===
'function'
) ?
/* c8 ignore start - this gets covered, but c8 gets confused */
performance :
/* c8 ignore stop */
Date
;
//# sourceMappingURL=perf.js.map