0.9.0 • Published 5 days ago

@novely/standalone v0.9.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 days ago

@novely/standalone

Usage

<!doctype html>
<html lang="en">
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		<title>Document</title>
	</head>
	<body>
		<script src="novely.js"></script>
		<script>
			window.rendererOptions = {};
			window.translation = {
				en: {
					internal: window.EN,
				},
			};

			window.options = {
				characters: {},
			};

			const { action, script } = window.engine;

			script({
				start: [action.showBackground('black')],
			});
		</script>
	</body>
</html>

Information

Used @core version is 0.33.0 and @solid-renderer is 0.30.0

0.9.0

5 days ago

0.8.0

2 months ago

0.5.0

4 months ago

0.7.0

4 months ago

0.6.0

4 months ago

0.4.0

4 months ago

0.3.0

6 months ago

0.2.0

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago