···24242525```html
2626<script type="module">
2727- import { morph } from "https://www.unpkg.com/morphlex@0.0.16/dist/morphlex.min.js";
2727+ import { morph } from "https://www.unpkg.com/morphlex@0.0.16/dist/morphlex.min.js"
28282929- morph(currentNode, referenceNode);
3030- morphInner(currentNode, referenceNode);
2929+ morph(currentNode, referenceNode)
3030+ morphInner(currentNode, referenceNode)
3131</script>
3232```
3333···3838```
39394040```javascript
4141-import { morph } from "morphlex";
4141+import { morph } from "morphlex"
42424343-morph(currentNode, referenceNode);
4343+morph(currentNode, referenceNode)
4444```
45454646The `currentNode` will be morphed into the state of the `referenceNode`. The `referenceNode` will not be mutated in this process.