Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 558 Bytes

aml.js

Aml.js is a framework that allows editing of AML. AML is a language similar to css, but uses attributes instead of styling. For example, this is AML syntax:
<div id="aml">
.input{
type: range;
max: 100;
min: 50;
}
</div>
Note: Put AML inside a div element with id aml. Only use a single element, put all aml in it.

Either download from here or host from https://amljs.surge.sh/aml.js and https://amljs.surge.sh/aml.css.