Get started with rome CDN
MIT licensed
Rome is a popular JS toolchain for transforming and bundling code.
Tags:- rome
- calendar
- date picker
- time picker
Stable version
Copied!
How to start using rome CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with rome CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/rome/3.0.2/rome.standalone.min.js"></script>
</head>
<body>
<script type="module">
async function checkCode(code) {
const result = await Rome.analyze({ text: code });
const issues = result.issues;
if (issues.length > 0) {
console.log('Found issues:');
issues.forEach((issue) => console.log(issue.message));
} else {
console.log('No issues found.');
}
}
const code = `
function add(a, b) {
return a + b;
}
function main() {
const result = add(1, 2);
console.log(result);
}
main();
`;
checkCode(code);
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
0.1.44
0.1.45
0.1.46
0.1.47
0.1.80
0.10.0
0.11.0
0.11.1
0.11.2
0.12.0
0.12.1
0.13.0
0.14.0
0.2.0
0.2.1
0.2.2
0.2.3
0.2.4
0.2.5
0.2.6
0.2.7
0.2.8
0.2.9
0.3.1
0.3.10
0.3.11
0.3.12
0.3.13
0.3.14
0.3.15
0.3.3
0.3.4
0.3.5
0.3.6
0.3.7
0.3.8
0.3.9
0.4.0
0.4.1
0.4.2
0.5.0
0.5.1
0.6.0
0.6.1
0.6.2
0.7.0
0.7.1
0.8.0
0.8.1
0.8.2
0.9.0
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.1.0
2.1.1
2.1.10
2.1.11
2.1.12
2.1.13
2.1.14
2.1.15
2.1.16
2.1.17
2.1.19
2.1.2
2.1.20
2.1.21
2.1.22
2.1.3
2.1.4
2.1.5
2.1.7
2.1.8
2.1.9
3.0.0
*** 3.0.2