Skip to content

cmnowastaken/AML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages